Skip to content

Commit 01b4dde

Browse files
[fix]修复动画图层显隐问题l7
1 parent 1d51fff commit 01b4dde

File tree

3 files changed

+30
-15
lines changed

3 files changed

+30
-15
lines changed

dist/mapboxgl/include-mapboxgl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-6/mapbox-gl-enhance.js');
6464
}
6565
if (inArray(includes, 'L7')) {
66-
inputScript(libsurl+ '/mapboxgl-l7-render/0.0.1/mapboxgl-l7-render.js');
66+
inputScript(libsurl + '/mapboxgl-l7-render/0.0.1/mapboxgl-l7-render.js');
6767
}
6868
if (inArray(includes, 'g2')) {
6969
inputScript(libsurl + '/antv/g2/4.2.8/g2.min.js');

dist/ol/include-ol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
var excludes = (targetScript.getAttribute('exclude') || '').split(',');
5757
// 在线
5858
if (!inArray(includes, 'ol-debug') && !inArray(includes, 'ol@4.6.5') && !inArray(excludes, 'ol')) {
59-
inputCSS('https://cdn.jsdelivr.net/npm/ol@7.5.2/ol.min.css');
60-
inputScript('https://cdn.jsdelivr.net/npm/ol@7.5.2/dist/ol.js');
59+
inputCSS(libsurl + '/openlayers/7.5.2/ol.min.css');
60+
inputScript(libsurl + '/openlayers/7.5.2/ol.js');
6161
}
6262
if (inArray(includes, 'ol@4.6.5')) {
6363
inputCSS(libsurl + '/openlayers/4.6.5/ol.css');

0 commit comments

Comments
 (0)