Skip to content

Commit 5d79f3d

Browse files
修改标绘10.0.0产品引用路径
1 parent b8645e9 commit 5d79f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@
9090
inputCSS("../../dist/leaflet/iclient9-leaflet.min.css");
9191
}
9292
if (inArray(includes, 'iclient9-plot-leaflet')) {
93-
inputCSS("http://iclient.supermap.io/web/libs/plotting/leaflet/9.1.2/iclient9-plot-leaflet.css");
93+
inputCSS("http://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0/iclient9-plot-leaflet.css");
9494
if (supportES6()) {
95-
inputScript("http://iclient.supermap.io/web/libs/plotting/leaflet/9.1.2/iclient9-plot-leaflet-es6.min.js");
95+
inputScript("http://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0/iclient9-plot-leaflet-es6.min.js");
9696
} else {
97-
inputScript("http://iclient.supermap.io/web/libs/plotting/leaflet/9.1.2/iclient9-plot-leaflet.min.js");
97+
inputScript("http://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0/iclient9-plot-leaflet.min.js");
9898
}
9999
}
100100
if (inArray(includes, 'leaflet.heat')) {

0 commit comments

Comments
 (0)