We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd766e9 commit 64d3f2cCopy full SHA for 64d3f2c
1 file changed
dist/mapboxgl/include-mapboxgl.js
@@ -57,8 +57,8 @@
57
inputScript('https://cdn.jsdelivr.net/npm/mapbox-gl@1.12.0/dist/mapbox-gl.min.js');
58
}
59
if (inArray(includes, 'mapbox-gl-enhance')) {
60
- inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.2.0/mapbox-gl-enhance.css');
61
- inputScript('https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.2.0/mapbox-gl-enhance.js');
+ inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0/mapbox-gl-enhance.css');
+ inputScript('https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0/mapbox-gl-enhance.js');
62
63
if (inArray(includes, 'draw')) {
64
inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js/plugins/mapbox-gl-draw/1.2.0/mapbox-gl-draw.css');
0 commit comments