Skip to content

Commit a7947fe

Browse files
committed
2 parents 2222393 + 5d79f3d commit a7947fe

File tree

7 files changed

+692
-408
lines changed

7 files changed

+692
-408
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')) {

dist/mapboxgl/iclient9-mapboxgl-vue.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* vue-iclient.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v9.1.2
6+
* version: v10.0.0-alpha
77
*
88
*/
99
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

0 commit comments

Comments
 (0)