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 2409c48 commit 8fb802cCopy full SHA for 8fb802c
dist/leaflet/workers/TurfWorker.js
@@ -2,7 +2,7 @@
2
* This program are made available under the terms of the Apache License, Version 2.0
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
5
-importScripts('https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js')
+importScripts('https://cdn.bootcdn.net/ajax/libs/Turf.js/5.1.6/turf.min.js')
6
7
/**
8
* 空间分析所需工具类
@@ -334,4 +334,4 @@ function analysis(params) {
334
}
335
return buffer;
336
337
-}
+}
0 commit comments