Skip to content

Commit

Permalink
update ol-echarts version to 4.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Jun 25, 2024
1 parent 74aa750 commit 0c474b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ol/include-ol.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
inputScript(libsurl + '/proj4/2.11.0/proj4.min.js');
}
if (inArray(includes, 'ol3-echarts')) {
inputScript(libsurl + '/openlayers/ol3-echarts/4.0.1/ol-echarts.js');
inputScript(libsurl + '/openlayers/ol3-echarts/4.0.1-1/ol-echarts.js');
}
if (inArray(includes, '[email protected]')) {
inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');
Expand Down
2 changes: 1 addition & 1 deletion dist/openlayers/include-openlayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
inputScript(libsurl + '/proj4/2.11.0/proj4.min.js');
}
if (inArray(includes, 'ol3-echarts')) {
inputScript(includes + '/openlayers/ol3-echarts/4.0.1/ol-echarts.js');
inputScript(includes + '/openlayers/ol3-echarts/4.0.1-1/ol-echarts.js');
}
if (inArray(includes, '[email protected]')) {
inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');
Expand Down

0 comments on commit 0c474b1

Please sign in to comment.