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 5eb6add commit ea7eab0Copy full SHA for ea7eab0
dist/leaflet/include-leaflet.js
@@ -58,8 +58,8 @@
58
inputScript(`${libsurl}/leaflet/1.7.1/leaflet.js`);
59
}
60
if (inArray(includes, 'mapbox-gl-enhance')) {
61
- inputCSS(`${libsurl}/mapbox-gl-js-enhance/1.12.0/mapbox-gl-enhance.css`);
62
- inputScript(`${libsurl}/mapbox-gl-js-enhance/1.12.0/mapbox-gl-enhance.js`);
+ inputCSS(`${libsurl}/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.css`);
+ inputScript(`${libsurl}/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js`);
63
64
if (inArray(includes, 'leaflet.heat')) {
65
inputScript(`${libsurl}/leaflet/plugins/leaflet.heat/leaflet-heat.js`);
0 commit comments