We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b442a commit 6bdbc11Copy full SHA for 6bdbc11
4 files changed
dist/openlayers/include-openlayers.js
@@ -75,7 +75,7 @@
75
inputScript("https://cdn.bootcss.com/proj4js/2.5.0/proj4.js");
76
}
77
if (inArray(includes, 'ol3-echarts')) {
78
- inputScript("https://cdn.jsdelivr.net/npm/ol3-echarts@2.0.1/dist/ol3Echarts.js");
+ inputScript("https://cdn.jsdelivr.net/npm/ol3-echarts@2.0.1/dist/ol3Echarts.min.js");
79
80
if (inArray(includes, 'ol3-echarts@1.3.6')) {
81
inputScript("https://cdn.jsdelivr.net/npm/ol3-echarts@1.3.6/dist/ol3Echarts.min.js");
0 commit comments