
- 《Leaflet源码》笔记
- 本章内容是博主的Leaflet源码学习笔记,欢迎大家交流。
目录
- # 1. 框架
- 1-1. Leaflet基础介绍
- # 3. dom模块
- 3-1. DomEvent 3-2. DomUtil 3-3. DomEvent.Pointer 3-4. DomEvent.DoubleTap 3-5. Draggable拖拽实现 3-6. PosAnimation位置动画介绍
- # 4. control
- 4-1. Control 4-2. Control.Scale 4-3. Control.Zoom 4-4. Control.Attribution 4-5. Control.Layers
- # 5. geometry
- 5-1. Point 5-2. Bounds 5-3. Transformation 5-4. LineUtil 5-5. PolyUtil
- # 6. geo
- # 6-1. crs6-1-1. CRS 6-1-2. CRS.Earth 6-1-3. CRS.EPSG3395 6-1-4. CRS.EPSG3857 6-1-5. CRS.EPSG4326 6-1-6. CRS.Simple6-3. LatLng 6-4. LatLngBounds# 6-2. projection6-2-1. Projection.LonLat 6-2-2. Projection.Mercator 6-2-3. Projection.SphericalMercator
- # 7. layer
- 7-4. Layer 7-5. LayerGroup 7-6. FeatureGroup 7-7. DivOverlay 7-8. Popup 7-9. Tooltip 7-10. ImageOverlay 7-11. SVGOverlay 7-12. VideoOverlay# 7-3. vector7-3-1. Renderer 7-3-2. Canvas 7-3-3. Path 7-3-4. Polyline 7-3-5. Polygon 7-3-6. Rectangle 7-3-7. Render.getRenderer 7-3-8. SVG 7-3-9. SVG.Util 7-3-10. SVG.VML 7-3-11. CircleMarker 7-3-12. Circle
上次更新: 2025/04/10, 03:27:56