@nextgis/webmap
TypeScript icon, indicating that this package has built-in type declarations

3.0.0-alpha.5 • Public • Published

WebMap

size version

Universal map constructor

Use Webmap with NPM installation method for building large scale applications. It pairs nicely with module bundlers such as Webpack

# latest stable
npm install @nextgis/webmap
import { WebMap } from '@nextgis/webmap';
import MapAdapter from '@nextgis/leaflet-map-adapter';
// manually added styles
import 'leaflet/dist/leaflet.css';

const webMap = new WebMap({
  mapAdapter: new MapAdapter()
});

webMap.onLoad().then(() => {
  // on map adapter created
})

Commercial support

Need to fix a bug or add a feature to @nextgis/webmap? We provide custom development and support for this software. Contact us to discuss options!

http://nextgis.com

/@nextgis/webmap/

    Package Sidebar

    Install

    npm i @nextgis/webmap

    Weekly Downloads

    266

    Version

    3.0.0-alpha.5

    License

    MIT

    Unpacked Size

    1.83 MB

    Total Files

    21

    Last publish

    Collaborators

    • rendrom
    • maximdubinin
    • karavanjo