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 1758057 commit b54c580Copy full SHA for b54c580
libs/zondyclient/include-mapboxgl-local.js
@@ -51,6 +51,10 @@
51
inputCSS(httpUrl + "/cdn/zondyclient/webclient-mapboxgl-framework.min.css");
52
inputScript(httpUrl + "/cdn/zondyclient/webclient-mapboxgl-framework.min.js");//这里是igserver的apiinputScript(httpUrl + "/cdn/mapboxgl/mapbox-gl.js");
53
}
54
+ if (inArray(includes, 'crs')) {
55
+ inputCSS(httpUrl + "/cdn/mapboxgl/mapbox-gl.css");
56
+ inputScript(httpUrl + "/cdn/mapboxgl/mapbox-gl-4326.js");
57
+ }
58
if (inArray(includes, 'compare')) {
59
inputCSS(httpUrl + "/cdn/mapboxgl-plugins/mapbox-gl-compare/dist/mapbox-gl-compare.css");
60
inputScript(httpUrl + "/cdn/mapboxgl-plugins/mapbox-gl-compare/dist/mapbox-gl-compare.js");
0 commit comments