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 4c3d073 commit 9b31de2Copy full SHA for 9b31de2
dist/mapboxgl/include-mapboxgl.js
@@ -49,7 +49,7 @@
49
function load() {
50
var includes = (targetScript.getAttribute('include') || "").split(",");
51
var excludes = (targetScript.getAttribute('exclude') || "").split(",");
52
- if (!inArray(excludes, 'mapbox-gl') && !inArray(includes, 'mapbox-gl-enhance')) {
+ if (!inArray(includes, 'mapbox-gl-enhance') && !inArray(excludes, 'mapbox-gl')) {
53
inputCSS("http://iclient.supermap.io/web/libs/mapbox-gl-js/0.48.0/mapbox-gl.css");
54
inputScript("http://iclient.supermap.io/web/libs/mapbox-gl-js/0.48.0/mapbox-gl.js");
55
}
0 commit comments