Skip to content

Commit ea7eab0

Browse files
authored
Update include-leaflet.js
1 parent 5eb6add commit ea7eab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
inputScript(`${libsurl}/leaflet/1.7.1/leaflet.js`);
5959
}
6060
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`);
61+
inputCSS(`${libsurl}/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.css`);
62+
inputScript(`${libsurl}/mapbox-gl-js-enhance/1.12.0-1/mapbox-gl-enhance.js`);
6363
}
6464
if (inArray(includes, 'leaflet.heat')) {
6565
inputScript(`${libsurl}/leaflet/plugins/leaflet.heat/leaflet-heat.js`);

0 commit comments

Comments
 (0)