Skip to content

Commit c364deb

Browse files
committed
增加Mapboxgl下echartsgl的例子 reviewBy zhurc
1 parent a06df22 commit c364deb

18 files changed

+74710
-1
lines changed

dist/include-mapboxgl.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
inputScript("http://mapv.baidu.com/build/mapv.min.js");
4545
}
4646
if(inArray(includes,'echarts')){
47-
inputScript("http://cdn.bootcss.com/echarts/3.6.2/echarts.min.js");
47+
inputScript("https://cdn.bootcss.com/echarts/3.8.0/echarts.min.js");
4848
inputScript("http://iclient.supermap.io/libs/echartsLayer/EchartsLayer.js");
4949
}
5050
if (!inArray(excludes, 'iclient9-mapboxgl')) {
@@ -53,6 +53,12 @@
5353
if(inArray(includes,'proj4')){
5454
inputScript("https://cdn.bootcss.com/proj4js/2.4.3/proj4.js");
5555
}
56+
if(inArray(includes,'echarts-gl')){
57+
inputScript("http://echarts.baidu.com/resource/echarts-gl-latest/dist/echarts-gl.js");
58+
}
59+
if(inArray(includes,'shapefile')){
60+
inputScript("https://unpkg.com/shapefile@0.6.6/dist/shapefile.js");
61+
}
5662
}
5763
load();
5864
window.isLocal = false;
378 KB
Binary file not shown.

examples/data/ShanghaiBuildingPrice.json

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

0 commit comments

Comments
 (0)