-
Notifications
You must be signed in to change notification settings - Fork 112
/
config_source.js
94 lines (94 loc) · 3.75 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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"
}, {
id: "MapboxGL3DLine",
label: "mapboxgl绘制3D线",
url: "https://github.com/gisarmory/gisarmory.blog/tree/master/mapboxgl-3DLine/demo.html"
}, {
id: "LeafletRouteAnimate",
label: "Leaflet带箭头轨迹以及沿轨迹带方向的动态marker",
url: "https://github.com/gisarmory/gisarmory.blog/tree/master/leaflet-RouteAnimate/demo.html"
}, {
id: "LeafletAnimatedMarker",
label: "Leaflet动态marker",
url: "https://github.com/gisarmory/Leaflet.AnimatedMarker"
}, {
id: "PostGISConnect",
label: "PostGIS管网连通性分析脚本",
url: "https://github.com/gisarmory/gisarmory.blog/blob/master/postgis-connect/analysis_connect.sql"
}, {
id: "PostGISUpdateTopology",
label: "PostGIS更新管网拓扑",
url: "https://github.com/gisarmory/gisarmory.blog/blob/master/postgis-connect/analysis_updatetopology.sql"
}, {
id: "PostGISPipeTest",
label: "PostGIS管网测试库",
url: "https://github.com/gisarmory/gisarmory.blog/blob/master/postgis-connect/data/postgis_pipetest.bak"
}, {
id: "maputnikGeoserverVectorTiles",
label: "maputnik",
url: "https://github.com/gisarmory/editor"
}, {
id: "mapboxglMapCorrection2",
label: "mapboxgl互联网地图纠偏(二)",
url: "https://github.com/gisarmory/gisarmory.blog/blob/master/mapboxgl-MapCorrection2/js/gcj02TileLayer.js"
}, {
id: "mapboxglMapCorrection3",
label: "mapboxgl互联网地图纠偏(三)",
url: "https://github.com/gisarmory/mapboxgl.InternetMapCorrection"
}, {
id: "OSMMbtiles",
label: "发布mbtiles存储的矢量瓦片",
url: "https://github.com/gisarmory/mbtiles4j"
}, {
id: "GISAlgorithm",
label: "GIS常用算法",
url: "https://github.com/gisarmory/GISAlgorithm"
}, {
id: "WechatVectorTile",
label: "微信小程序添加外部地图服务数据",
url: "https://github.com/gisarmory/gisarmory.blog/tree/master/wechat-vectortile/map"
}, {
id: "geosreverAuthkey",
label: "geoserver 实现百度地图key验证",
url: "https://github.com/gisarmory/gisarmory.blog/blob/master/geoserver-authkey/rest.java"
}
];