Skip to content

Commit 5e54087

Browse files
committed
【fix】 maplibre L7Layer 初始化失败问题 commit by luoxiao
1 parent f77e5cc commit 5e54087

File tree

4 files changed

+15
-29
lines changed

4 files changed

+15
-29
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-4/mapbox-gl-enhance.js');
6464
}
6565
if (inArray(includes, 'L7')) {
66-
inputScript(libsurl+ '/mapboxgl-l7-render/index.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/maplibregl/include-maplibregl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
inputScript(libsurl + '/maplibre-gl-js/3.1.0/maplibre-gl.js');
6060
}
6161
if (inArray(includes, 'L7')) {
62-
inputScript(libsurl + '/maplibregl-l7-render/index.js');
62+
inputScript(libsurl + '/maplibregl-l7-render/0.0.1/maplibregl-l7-render.js');
6363
}
6464
if (inArray(includes, 'g2')) {
6565
inputScript(libsurl + '/antv/g2/4.2.8/g2.min.js');

0 commit comments

Comments
 (0)