Skip to content

Commit

Permalink
【fix】 maplibre L7Layer 初始化失败问题 commit by luoxiao
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Apr 28, 2024
1 parent f77e5cc commit 5e54087
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dist/mapboxgl/include-mapboxgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-4/mapbox-gl-enhance.js');
}
if (inArray(includes, 'L7')) {
inputScript(libsurl+ '/mapboxgl-l7-render/index.js');
inputScript(libsurl+ '/mapboxgl-l7-render/0.0.1/mapboxgl-l7-render.js');
}
if (inArray(includes, 'g2')) {
inputScript(libsurl + '/antv/g2/4.2.8/g2.min.js');
Expand Down
2 changes: 1 addition & 1 deletion dist/maplibregl/include-maplibregl.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
inputScript(libsurl + '/maplibre-gl-js/3.1.0/maplibre-gl.js');
}
if (inArray(includes, 'L7')) {
inputScript(libsurl + '/maplibregl-l7-render/index.js');
inputScript(libsurl + '/maplibregl-l7-render/0.0.1/maplibregl-l7-render.js');
}
if (inArray(includes, 'g2')) {
inputScript(libsurl + '/antv/g2/4.2.8/g2.min.js');
Expand Down
Loading

0 comments on commit 5e54087

Please sign in to comment.