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 347eaf0 commit e255151Copy full SHA for e255151
dist/mapboxgl/include-mapboxgl.js
@@ -59,8 +59,8 @@
59
inputScript(libsurl + '/mapbox-gl-js/1.13.2/mapbox-gl.js');
60
}
61
if (inArray(includes, 'mapbox-gl-enhance')) {
62
- inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-3/mapbox-gl-enhance.css');
63
- inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-3/mapbox-gl-enhance.js');
+ inputCSS(libsurl + '/mapbox-gl-js-enhance/1.12.1-4/mapbox-gl-enhance.css');
+ inputScript(libsurl + '/mapbox-gl-js-enhance/1.12.1-4/mapbox-gl-enhance.js');
64
65
if (inArray(includes, 'g6')) {
66
inputScript(libsurl + '/antv/g6/4.3.2/g6.min.js');
0 commit comments