Module @nextgis/leaflet-map-adapter

Leaflet Map Adapter

size version

WebMap adapter to use Leaflet GIS framework.

Install

npm install leaflet @nextgis/leaflet-map-adapter

Usage

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(() => {
// on webmap create
})

Commercial support

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

http://nextgis.com

Index

Classes

Generated using TypeDoc