leaflet知识整理

如需转载请标明出处:http://blog.csdn.net/itas109 

QQ技术交流群:129518033

 

一.Leaflet插件

1.marker移动

可以让marker自由移动,适合地图中GPS移动

https://github.com/ewoken/Leaflet.MovingMarker

2.地图全屏

https://github.com/Leaflet/Leaflet.fullscreen

3.marker加入小图标

leaflet知识整理_第1张图片

https://github.com/lvoogdt/Leaflet.awesome-markers

4.鼠标右键菜单

点击鼠标右键弹出菜单进行相应操作

leaflet知识整理_第2张图片

https://github.com/aratcliffe/Leaflet.contextmenu

5.波动的小图标

在导航/定位中可以用这种图标

leaflet知识整理_第3张图片

https://github.com/mapshakers/leaflet-icon-pulse

6.搜索定位插件

leaflet知识整理_第4张图片

https://github.com/stefanocudini/leaflet-search

7.地图加载等待

https://github.com/makinacorpus/Leaflet.Spin

8.动态图层选择

leaflet知识整理_第5张图片

https://github.com/aebadirad/Leaflet.AutoLayers

9.地图切换

leaflet知识整理_第6张图片

https://github.com/consbio/Leaflet.Basemaps

10.侧边栏

leaflet知识整理_第7张图片

https://github.com/turbo87/leaflet-sidebar/

11.小地图导航

leaflet知识整理_第8张图片

https://github.com/Norkart/Leaflet-MiniMap

12.前进后退插件

leaflet知识整理_第9张图片

https://github.com/davidchouse/Leaflet.NavBar

13.放大镜

leaflet知识整理_第10张图片

https://github.com/bbecquet/Leaflet.MagnifyingGlass

14.测量工具

支持汉化

 

var measureControl = new L.Control.Measure({ 
				localization: 'cn', 
				primaryLengthUnit: 'meters', 
				secondaryLengthUnit: 'kilometers',
				primaryAreaUnit: 'sqmeters', 
				secondaryAreaUnit: 'hectares',
			});
			measureControl.addTo(map);

 

 

 

leaflet知识整理_第11张图片

https://github.com/ljagis/leaflet-measure

16.鼠标位置

leaflet知识整理_第12张图片

https://github.com/ardhi/Leaflet.MousePosition

17.按钮

leaflet知识整理_第13张图片

https://github.com/CliffCloud/Leaflet.EasyButton

18.提示信息

 

https://github.com/tinuzz/leaflet-messagebox

19.弹出框

leaflet知识整理_第14张图片

https://github.com/mapshakers/leaflet-control-window

20.侧边栏菜单

leaflet知识整理_第15张图片

https://github.com/unbam/Leaflet.SlideMenu

21.打印

leaflet知识整理_第16张图片

https://github.com/rowanwins/leaflet-easyPrint

 

22.Echart

leaflet知识整理_第17张图片

leaflet知识整理_第18张图片

https://github.com/wandergis/leaflet-echarts

23.图层要素编辑

leaflet知识整理_第19张图片

https://github.com/kklimczak/Leaflet.Pin

24.矢量绘制和编辑控件 

23的控件基于此控件

leaflet知识整理_第20张图片

https://github.com/Leaflet/Leaflet.draw

25.标签聚合

leaflet知识整理_第21张图片

https://github.com/Leaflet/Leaflet.markercluster

26.地图放缩限制

leaflet知识整理_第22张图片

https://github.com/Zverik/Leaflet.LimitZoom

 

二.地图相关

 

三.其他

1.坐标转换

百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换的工具模块

https://github.com/wandergis/coordtransform

 

参考:

http://leafletjs.com/plugins.html

http://www.cnblogs.com/Ironman-Jason/p/5979915.html

https://segmentfault.com/a/1190000000489985

 

觉得文章对你有帮助,可以扫描二维码捐赠给博主,谢谢!

leaflet知识整理_第23张图片

 

 如需转载请标明出处:http://blog.csdn.net/itas109 

 

 

QQ技术交流群:129518033

 

你可能感兴趣的:(gis,地理信息系统GIS)