From 0c474b11871b9306c62ca7d716769eba0b42ab41 Mon Sep 17 00:00:00 2001 From: qiwei Date: Tue, 25 Jun 2024 17:07:39 +0800 Subject: [PATCH] update ol-echarts version to 4.0.1-1 --- dist/ol/include-ol.js | 2 +- dist/openlayers/include-openlayers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ol/include-ol.js b/dist/ol/include-ol.js index 9dadd948c..150b58d93 100644 --- a/dist/ol/include-ol.js +++ b/dist/ol/include-ol.js @@ -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, 'ol3-echarts@1.3.6')) { inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js'); diff --git a/dist/openlayers/include-openlayers.js b/dist/openlayers/include-openlayers.js index 143fb6eb5..eefde660d 100644 --- a/dist/openlayers/include-openlayers.js +++ b/dist/openlayers/include-openlayers.js @@ -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, 'ol3-echarts@1.3.6')) { inputScript(libsurl + '/openlayers/ol3-echarts/1.3.6/ol3Echarts.min.js');