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 b8f7492 commit fd6adb5Copy full SHA for fd6adb5
dist/openlayers/include-openlayers.js
@@ -67,12 +67,10 @@
67
inputScript("http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js");
68
}
69
if (!inArray(excludes, 'iclient9-openlayers')) {
70
- if (!inArray(excludes, 'iclient9-openlayers')) {
71
- if (supportES6()) {
72
- inputScript("../../dist/openlayers/iclient9-openlayers-es6.js");
73
- } else {
74
- inputScript("../../dist/openlayers/iclient9-openlayers.js");
75
- }
+ if (supportES6()) {
+ inputScript("../../dist/openlayers/iclient9-openlayers-es6.min.js");
+ } else {
+ inputScript("../../dist/openlayers/iclient9-openlayers.min.js");
76
77
78
if (!inArray(excludes, 'iclient9-openlayers-css')) {
0 commit comments