Module @nextgis/webmap

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
})

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

Index

Classes

Interfaces

Type Aliases

Variables

Functions