Skip to content

Commit 9a64e7b

Browse files
[fix]leaflet和mapboxgl的三方库升级 review by qiw
1 parent dc86660 commit 9a64e7b

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
inputScript('https://iclient.supermap.io/web/libs/leaflet/plugins/leaflet-side-by-side/leaflet-side-by-side.min.js');
103103
}
104104
if (inArray(includes, 'd3')) {
105-
inputScript('https://iclient.supermap.io/web/libs/d3/7.4.4/d3.min.js');
105+
inputScript('https://iclient.supermap.io/web/libs/d3/7.8.2/d3.min.js');
106106
}
107107
if (inArray(includes, 'd3-hexbin')) {
108108
inputScript('https://iclient.supermap.io/web/libs/d3/d3-hexbin.v0.2.min.js');

dist/mapboxgl/include-mapboxgl.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
inputScript('https://iclient.supermap.io/web/libs/turf/6.5.0/turf.min.js');
6565
}
6666
if (inArray(includes, 'draw')) {
67-
inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js/plugins/mapbox-gl-draw/1.3.0/mapbox-gl-draw.css');
68-
inputScript('https://iclient.supermap.io/web/libs/mapbox-gl-js/plugins/mapbox-gl-draw/1.3.0/mapbox-gl-draw.js');
67+
inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js/plugins/mapbox-gl-draw/1.4.1/mapbox-gl-draw.min.css');
68+
inputScript('https://iclient.supermap.io/web/libs/mapbox-gl-js/plugins/mapbox-gl-draw/1.4.1/mapbox-gl-draw.min.js');
6969
}
7070

7171
if (inArray(includes, 'mapboxgl-draw-rectangle-drag')) {
@@ -96,7 +96,7 @@
9696
inputScript('https://iclient.supermap.io/web/libs/echartsLayer/EchartsLayer.min.js');
9797
}
9898
if (inArray(includes, 'three')) {
99-
inputScript('https://iclient.supermap.io/web/libs/three/0.129.0/build/three.min.js');
99+
inputScript('https://iclient.supermap.io/web/libs/three/0.150.1/build/three.min.js');
100100
}
101101
if (inArray(includes, 'three@0.121.1')) {
102102
inputScript('https://iclient.supermap.io/web/libs/three/0.121.1/build/three.js');
@@ -105,7 +105,7 @@
105105
inputScript('https://iclient.supermap.io/web/libs/xlsx/0.18.5/xlsx.core.min.js');
106106
}
107107
if (inArray(includes, 'proj4')) {
108-
inputScript('https://iclient.supermap.io/web/libs/proj4/2.8.0/proj4.js');
108+
inputScript('https://iclient.supermap.io/web/libs/proj4/2.9.0/proj4.min.js');
109109
}
110110
if (inArray(includes, 'shapefile')) {
111111
inputScript('https://iclient.supermap.io/web/libs/shapefile/shapefile.js');
@@ -116,7 +116,7 @@
116116
}
117117
if (inArray(includes, 'antd')) {
118118
inputCSS('https://iclient.supermap.io/web/libs/antd/3.25.3/antd.min.css');
119-
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.3/moment.min.js');
119+
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.4/moment.min.js');
120120
inputScript('https://iclient.supermap.io/web/libs/antd/3.25.3/antd.min.js');
121121
}
122122
if (inArray(includes, 'deck')) {
@@ -168,7 +168,7 @@
168168
inputScript('https://iclient.supermap.io/web/libs/mapbox-print-pdf/0.4.4/mapbox-print-pdf.min.js');
169169
}
170170
if (inArray(includes, 'moment')) {
171-
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.3/moment.min.js');
171+
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.4/moment.min.js');
172172
}
173173
if (inArray(includes, 'lodash')) {
174174
inputScript('https://iclient.supermap.io/web/libs/lodash/4.17.21/lodash.min.js');

dist/ol/include-ol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
inputScript('https://iclient.supermap.io/web/libs/echarts/4.9.0/echarts.min.js');
7676
}
7777
if (inArray(includes, 'proj4')) {
78-
inputScript('https://iclient.supermap.io/web/libs/proj4/2.8.0/proj4.js');
78+
inputScript('https://iclient.supermap.io/web/libs/proj4/2.9.0/proj4.min.js');
7979
}
8080
if (inArray(includes, 'ol3-echarts')) {
8181
inputScript('https://iclient.supermap.io/web/libs/openlayers/ol3-echarts/2.0.6/ol3Echarts.min.js');

dist/openlayers/include-openlayers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
inputScript('https://iclient.supermap.io/web/libs/echarts/4.9.0/echarts.min.js');
7676
}
7777
if (inArray(includes, 'proj4')) {
78-
inputScript('https://iclient.supermap.io/web/libs/proj4/2.8.0/proj4.js');
78+
inputScript('https://iclient.supermap.io/web/libs/proj4/2.9.0/proj4.min.js');
7979
}
8080
if (inArray(includes, 'ol3-echarts')) {
8181
inputScript('https://iclient.supermap.io/web/libs/openlayers/ol3-echarts/2.0.6/ol3Echarts.min.js');

examples/js/include-web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
inputScript("https://iclient.supermap.io/web/libs/papaparse/papaparse.min.js");
8282
}
8383
if (inArray(includes, 'moment')) {
84-
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.3/moment.min.js");
85-
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.3/zh-cn.js");
84+
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.4/moment.min.js");
85+
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.4/zh-cn.min.js");
8686
}
8787
if (inArray(includes, 'bootstrap-datetimepicker')) {
8888
inputCSS("https://iclient.supermap.io/web/libs/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css");

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
"mapv": "2.0.62",
141141
"ol": "6.14.1",
142142
"pbf": "3.2.1",
143-
"proj4": "2.8.0",
143+
"proj4": "2.9.0",
144144
"promise-polyfill": "8.2.3",
145145
"rbush": "^2.0.2",
146-
"three": "0.129.0",
146+
"three": "0.150.1",
147147
"util": "^0.12.4",
148148
"xlsx": "0.18.5",
149149
"xml-js": "1.6.11"

src/leaflet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@mapbox/vector-tile": "1.3.1",
2424
"jsonsql": "0.2.5",
2525
"pbf": "3.2.1",
26-
"proj4": "2.8.0",
26+
"proj4": "2.9.0",
2727
"flatgeobuf": "3.24.1"
2828
}
2929
}

src/mapboxgl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"echarts": "4.9.0",
1919
"mapv": "2.0.62",
2020
"mapbox-gl": "1.13.2",
21-
"three": "0.129.0",
21+
"three": "0.150.1",
2222
"@supermap/iclient-common": "11.1.0-dev",
2323
"canvg": "3.0.10",
2424
"xml-js": "1.6.11",

src/openlayers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"mapv": "2.0.62",
2121
"ol": "6.14.1",
2222
"@supermap/iclient-common": "11.1.0-dev",
23-
"proj4": "2.8.0",
23+
"proj4": "2.9.0",
2424
"canvg": "3.0.10",
2525
"lodash.remove": "^4.7.0",
2626
"lodash.difference": "^4.5.0",

0 commit comments

Comments
 (0)