WebMap
Universal map constructor
This library is not intended for using directly in the browser.
Use Webmap with NPM installation method for building large scale applications. It pairs nicely with module bundlers such as Webpack
$ npm install --save-dev @nextgis/webmap
$ yarn add @nextgis/webmap
import WebMap from '@nextgis/webmap';
import LeafletMapAdapter from '@nextgis/leaflet-map-adapter';
import 'leaflet/dist/leaflet.css';
const webMap = new WebMap({
mapAdapter: new LeafletMapAdapter()
});
webMap.create(options).then(() => {
})
Commercial support
Need to fix a bug or add a feature to @nextgis/ol-map-adapter
? We provide custom development and support for this software. Contact us to discuss options!