UNPKG

dolphin-leaflet

Version:

leaflet for dmap

31 lines (25 loc) 1.28 kB
# dolphin-leaflet 基于leaflet框架二次开发的地图平台。 ## install ```bash npm i dolphin-leaflet --save ``` ## tag 因为svg,dom渲染效率不高,主打canvas渲染。 不过,leaflet的canvas渲染引擎目前功能并不完善。例如图层顺序,局部刷新,resetstyle等都有些问题。 ## @see - [Leaflet](https://github.com/Leaflet/Leaflet) - [Super-Leaflet](https://github.com/SuperMap/iClient-JavaScript/tree/master/src/leaflet) - [esri-leaflet](https://github.com/Esri/esri-leaflet) - [proj4js](https://github.com/proj4js/proj4js) - [coordtransform](https://github.com/wandergis/coordtransform) - [Leaflet.Path.Drag](https://github.com/w8r/Leaflet.Path.Drag) - [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) - [leaflet.shapefile](https://github.com/calvinmetcalf/leaflet.shapefile) - [leaflet-velocity](https://github.com/danwild/leaflet-velocity) - [wind-js-leaflet](https://github.com/danwild/wind-js-leaflet) - [Leaflet.Path.Transform](https://github.com/w8r/Leaflet.Path.Transform) - [Leaflet.heat](https://github.com/Leaflet/Leaflet.heat) - [leaflet-omnivore](https://github.com/mapbox/leaflet-omnivore) - [topojson](https://github.com/topojson/topojson) - [csv2geojson](https://github.com/mapbox/csv2geojson)