Abstract Map for NGW
This library is not intended for using directly in the browser.
Use NgwMap with NPM installation method for building large scale applications. It pairs nicely with module bundlers such as Webpack
# latest stable
npm install @nextgis/ngw-map
import { NgwMap } from '@nextgis/ngw-map';
import MapAdapter from '@nextgis/leaflet-map-adapter';
// manually added styles
import 'leaflet/dist/leaflet.css';
const ngwMap = new NgwMap({
mapAdapter: new MapAdapter(),
baseUrl: 'https://demo.nextgis.com',
target: 'map',
qmsId: 448,
webmapId: 3985
});
Need to fix a bug or add a feature to @nextgis/ngw-map
? We provide custom development and support for this software. Contact us to discuss options!