Skip to content

Commit 0c474b1

Browse files
update ol-echarts version to 4.0.1-1
1 parent 74aa750 commit 0c474b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/ol/include-ol.js

+1-1
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(libsurl + '/openlayers/ol3-echarts/4.0.1/ol-echarts.js');
86+
inputScript(libsurl + '/openlayers/ol3-echarts/4.0.1-1/ol-echarts.js');
8787
}
8888
if (inArray(includes, '[email protected]')) {
8989
inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');

dist/openlayers/include-openlayers.js

+1-1
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(includes + '/openlayers/ol3-echarts/4.0.1/ol-echarts.js');
86+
inputScript(includes + '/openlayers/ol3-echarts/4.0.1-1/ol-echarts.js');
8787
}
8888
if (inArray(includes, '[email protected]')) {
8989
inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');

0 commit comments

Comments
 (0)