leaflet使用记录
1、安装
地图底图的加载地址
http://www.thingjs.com/guide/cn/tutorial_city_builder/Data_description/Geographical_map.html
https://blog.csdn.net/weixin_39887531/article/details/113566719
https://lantian.pub/article/modify-website/leaflet-combine-google-cn-satellite-autonavi-map.lantian/
http://0x0803.top/2018/05/27/gis-leaflet-tutorials-map-layer/
1、leaflet pm create和edit
https://stackoverflow.com/questions/53133543/leaflet-pm-edit-mode-get-new-coordinates-within-shape
https://vue2-leaflet.netlify.app/components/LWMSTileLayer.html#demo
2、leaflet maxZoom设置
- 如果设置了map的maxZoom为20,那么其他图层设置的再大,比如到了22也不会有效果
- 如果将map的maxZoom值设置未最大,那么其他图层到达某个值之后可能会展示空白
- 到达了村,如果这个村已经有了无人机的正射图像,以及有了村委的打点坐标,那么可以单独只显示一个村的地图边界,同样的镇也是可以处理的
- https://blog.csdn.net/QiZi_Zpl/article/details/109843528
3、 中国各行政区域JSON围栏数据