forked from gisarmory/gisarmory.blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_source.js
41 lines (41 loc) · 1.66 KB
/
config_source.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
var sourceList = [{
id: "leaflet100ThousandData",
label: "leaflet加载10万数据",
url: "https://github.com/gisarmory/gisarmory.blog/blob/master/leaflet-100ThousandData/demo.html"
}, {
id: "leafletMapCorrection",
label: "leaflet互联网地图纠偏插件",
url: "https://github.com/gisarmory/Leaflet.InternetMapCorrection"
}, {
id: "LeafletShowHideLayerGroup",
label: "LeafletLayerGroup图层组控制显示隐藏",
url: "https://github.com/gisarmory/Leaflet.ShowHideLayerGroup"
}, {
id: "LeafletPathDashFlow",
label: "Leaflet动态流向线",
url: "https://github.com/gisarmory/Leaflet.PathDashFlow"
}, {
id: "LeafletPolylineDecorator",
label: "Leaflet带箭头的线",
url: "https://github.com/gisarmory/Leaflet.PolylineDecorator"
}, {
id: "postGISbuffer",
label: "PostGIS中buffer函数脚本",
url: "https://github.com/gisarmory/gisarmory.blog/blob/master/postGIS-buffer/postGIS-buffer.sql"
}, {
id: "diviconError-CanvasMarker",
label: "H5时代leaflet中还在用DivIcon,标签示例",
url: "https://github.com/gisarmory/Leaflet.Canvas-Markers"
}, {
id: "diviconError-LabelTextCollision",
label: "H5时代leaflet中还在用DivIcon,文字标注示例",
url: "https://github.com/gisarmory/Leaflet.LabelTextCollision"
}, {
id: "LeafletOverlapMarkerPopup",
label: "leaflet如何优雅的展示重叠点位的气泡窗口",
url: "https://github.com/gisarmory/Leaflet.OverlapMarkerPopup"
}, {
id: "MapboxGLPolylineDecorator",
label: "mapboxgl实现带箭头轨迹线",
url: "https://github.com/gisarmory/gisarmory.blog/tree/master/mapboxgl-PolylineDecorator/demo.html"
}];