Skip to content

Commit f178384

Browse files
[fix]ol升级漏提
1 parent b8c11fa commit f178384

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/ol/include-ol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
inputScript(libsurl + '/proj4/2.11.0/proj4.min.js');
8484
}
8585
if (inArray(includes, 'ol3-echarts')) {
86-
inputScript('../../web/libs' + '/openlayers/ol3-echarts/4.0.0/ol-echarts.js');
86+
inputScript(libsurl + '/openlayers/ol3-echarts/4.0.1/ol-echarts.js');
8787
}
8888
if (inArray(includes, '[email protected]')) {
8989
inputScript(libsurl + '/openlayers/ol3-echarts/3.0.0/ol3Echarts.min.js');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"maplibre-gl": "4.3.2",
163163
"mapv": "2.0.62",
164164
"node-forge": "^1.3.1",
165-
"ol": "6.14.1",
165+
"ol": "7.5.2",
166166
"pbf": "3.2.1",
167167
"proj4": "2.11.0",
168168
"promise-polyfill": "8.2.3",

src/openlayers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@turf/turf": "6.5.0",
1919
"mapv": "2.0.62",
20-
"ol": "6.14.1",
20+
"ol": "7.5.2",
2121
"@supermap/iclient-common": "11.2.0-beta",
2222
"proj4": "2.11.0",
2323
"canvg": "3.0.10",

0 commit comments

Comments
 (0)