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 d6303e9 commit b7168c7Copy full SHA for b7168c7
dist/maplibregl/include-maplibregl.js
@@ -59,8 +59,8 @@
59
inputScript(libsurl + '/maplibre-gl-js/4.3.2/maplibre-gl.min.js');
60
}
61
if (inArray(includes, 'maplibre-gl-enhance')) {
62
- inputCSS(libsurl + '/maplibre-gl-js-enhance/4.3.0-3/maplibre-gl-enhance.css');
63
- inputScript(libsurl + '/maplibre-gl-js-enhance/4.3.0-3/maplibre-gl-enhance.js');
+ inputCSS(libsurl + '/maplibre-gl-js-enhance/4.3.0-4/maplibre-gl-enhance.css');
+ inputScript(libsurl + '/maplibre-gl-js-enhance/4.3.0-4/maplibre-gl-enhance.js');
64
65
if (inArray(includes, 'L7')) {
66
inputScript(libsurl + '/maplibregl-l7-render/0.0.2/maplibregl-l7-render.js');
0 commit comments