Skip to content

Commit 71e614a

Browse files
committed
mbgl添加一个叠加three 3D模型示例(性能问题后续优化)
1 parent 2b4c3a2 commit 71e614a

23 files changed

+2051
-170
lines changed

dist/iclient9-mapboxgl.css

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

dist/iclient9-mapboxgl.js

Lines changed: 264 additions & 80 deletions
Large diffs are not rendered by default.

dist/iclient9-mapboxgl.min.js

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

dist/include-mapboxgl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
inputScript("https://cdn.bootcss.com/echarts/3.8.0/echarts.min.js");
5555
inputScript("http://iclient.supermap.io/libs/echartsLayer/EchartsLayer.js");
5656
}
57+
if (inArray(includes, 'three')) {
58+
inputScript("https://cdn.bootcss.com/three.js/90/three.min.js");
59+
}
5760
if (!inArray(excludes, 'iclient9-mapboxgl')) {
5861
inputScript("../../dist/iclient9-mapboxgl.js");
5962
}

0 commit comments

Comments
 (0)