This plugin add 2GIS support to the leaflet.
- Leaflet 0.6 or newer
- 2GIS api library (see example)
See [demo] (http://emikhalev.github.io/leaflet-2gis/)
var map = new L.Map("map", {
center: new L.LatLng(54.99014, 73.365319),
zoom: 10,
zoomAnimation: true
});
var dgis = new L.DGis();
map.addLayer(dgis);
Leaflet 2GIS is free software, and may be redistributed under the MIT-LICENSE.