We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd70ab1 commit e298a79Copy full SHA for e298a79
dist/include-openlayers.js
@@ -55,8 +55,7 @@
55
inputScript("http://cdn.bootcss.com/echarts/3.6.2/echarts.min.js");
56
}
57
if (inArray(includes, 'osmbuildings')) {
58
- // inputScript("http://iclient.supermapol.com/libs/osmbuildings/OSMBuildings-OL3.js");
59
- inputScript("../../examples/openlayers/OSMBuildings-OL3.debug.js");
+ inputScript("http://iclient.supermapol.com/libs/osmbuildings/OSMBuildings-OL3.js");
60
61
if (inArray(includes, 'animatedclusterlayer')) {
62
inputScript("http://viglino.github.io/OL3-AnimatedCluster/layer/animatedclusterlayer.js");
0 commit comments