Skip to content

Commit b7a15cf

Browse files
committed
新增部分MapV范例
1 parent 76194c2 commit b7a15cf

27 files changed

+10338
-176
lines changed

dist/iclient9-leaflet.js

Lines changed: 150 additions & 158 deletions
Large diffs are not rendered by default.

dist/iclient9-leaflet.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/data/car.csv

Lines changed: 1973 additions & 0 deletions
Large diffs are not rendered by default.

examples/data/guang_dong.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

examples/data/mapv.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/data/qianxi-time

Lines changed: 6867 additions & 0 deletions
Large diffs are not rendered by default.

examples/data/wuhan-car

Lines changed: 600 additions & 0 deletions
Large diffs are not rendered by default.

examples/leaflet/baiduLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<script type="text/javascript" src="../../dist/iclient9-leaflet.min.js"></script>
1414
<script type="text/javascript">
1515
map = L.map('map', {
16+
crs: L.CRS.Baidu,
1617
center: [0, 0],
1718
zoom: 3,
18-
crs: L.CRS.BaiduCRS
1919
});
2020
L.supermap.baiduTileLayer().addTo(map);
2121
</script>

examples/leaflet/config.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,34 @@ var exampleConfig = {
396396
name: "纽约出租车上车点",
397397
thumbnail: "l_mapVLayer_point.png",
398398
fileName: "mapVLayerPoint"
399+
}, {
400+
name: "通勤图",
401+
thumbnail: "l_mapvLayer_csvCar.png",
402+
fileName: "mapVLayerCSVCar"
403+
}, {
404+
name: "强边界图",
405+
thumbnail: "l_mapvLayer_forceEdgeBunding.png",
406+
fileName: "mapVLayerForceEdgeBunding"
407+
}, {
408+
name: "迁徙图",
409+
thumbnail: "l_mapvLayer_qianxi.png",
410+
fileName: "mapVLayerQianxi"
411+
}, {
412+
name: "动态轨迹",
413+
thumbnail: "l_mapvLayer_polylineTime.png",
414+
fileName: "mapVLayerPolylineTime"
415+
}, {
416+
name: "简单线",
417+
thumbnail: "l_mapvLayer_polyline.png",
418+
fileName: "mapVLayerPolylineSimple"
419+
}, {
420+
name: "强度线",
421+
thumbnail: "l_mapvLayer_polylineIntensity.png",
422+
fileName: "mapVLayerPolylineIntensity"
423+
}, {
424+
name: "面",
425+
thumbnail: "l_mapvLayer_polygon.png",
426+
fileName: "mapVLayerPolygon"
399427
}]
400428
},
401429
"tileVectorLayer": {
37.7 KB
Loading

0 commit comments

Comments
 (0)