Skip to content

Commit e298a79

Browse files
author
caoxinke@supermap.com
committed
fix 错误引用。
1 parent fd70ab1 commit e298a79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist/include-openlayers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
inputScript("http://cdn.bootcss.com/echarts/3.6.2/echarts.min.js");
5656
}
5757
if (inArray(includes, 'osmbuildings')) {
58-
// inputScript("http://iclient.supermapol.com/libs/osmbuildings/OSMBuildings-OL3.js");
59-
inputScript("../../examples/openlayers/OSMBuildings-OL3.debug.js");
58+
inputScript("http://iclient.supermapol.com/libs/osmbuildings/OSMBuildings-OL3.js");
6059
}
6160
if (inArray(includes, 'animatedclusterlayer')) {
6261
inputScript("http://viglino.github.io/OL3-AnimatedCluster/layer/animatedclusterlayer.js");

0 commit comments

Comments
 (0)