Skip to content

Commit

Permalink
fix include mapboxgl snap 地址错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Nov 21, 2024
1 parent c23131e commit 21ea962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/mapboxgl/include-mapboxgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
inputScript(libsurl + '/vue-cesium/2.1.4/index.umd.min.js');
}
if (inArray(includes, 'snap')) {
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.min.js');
inputScript(libsurl + '/mapbox-gl-draw-snap-mode/0.2.0/mapbox-gl-draw-snap-mode.js');
}
if (inArray(includes, 'ugcwasm')) {
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
Expand Down

0 comments on commit 21ea962

Please sign in to comment.