We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23131e commit 21ea962Copy full SHA for 21ea962
dist/mapboxgl/include-mapboxgl.js
@@ -211,7 +211,7 @@
211
inputScript(libsurl + '/vue-cesium/2.1.4/index.umd.min.js');
212
}
213
if (inArray(includes, 'snap')) {
214
- 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');
215
216
if (inArray(includes, 'ugcwasm')) {
217
inputScript(libsurl + '/ugcwasm/1.0.0/UGCWasmAll.js');
0 commit comments