Skip to content

Commit b54c580

Browse files
committed
� 补充mapboxgl的include脚本的2000坐标系依赖
1 parent 1758057 commit b54c580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/zondyclient/include-mapboxgl-local.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
inputCSS(httpUrl + "/cdn/zondyclient/webclient-mapboxgl-framework.min.css");
5252
inputScript(httpUrl + "/cdn/zondyclient/webclient-mapboxgl-framework.min.js");//这里是igserver的apiinputScript(httpUrl + "/cdn/mapboxgl/mapbox-gl.js");
5353
}
54+
if (inArray(includes, 'crs')) {
55+
inputCSS(httpUrl + "/cdn/mapboxgl/mapbox-gl.css");
56+
inputScript(httpUrl + "/cdn/mapboxgl/mapbox-gl-4326.js");
57+
}
5458
if (inArray(includes, 'compare')) {
5559
inputCSS(httpUrl + "/cdn/mapboxgl-plugins/mapbox-gl-compare/dist/mapbox-gl-compare.css");
5660
inputScript(httpUrl + "/cdn/mapboxgl-plugins/mapbox-gl-compare/dist/mapbox-gl-compare.js");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy