WebMap
Universal map constructor
Use Webmap with NPM installation method for building large scale applications. It pairs nicely with module bundlers such as Webpack
npm install @nextgis/webmap
import { WebMap } from '@nextgis/webmap';
import MapAdapter from '@nextgis/leaflet-map-adapter';
import 'leaflet/dist/leaflet.css';
const webMap = new WebMap({
mapAdapter: new MapAdapter()
});
webMap.onLoad().then(() => {
})
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!