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 8fb802c commit bc939aeCopy full SHA for bc939ae
test/libs/workers/TurfWorkerForTest.js
@@ -3,7 +3,7 @@
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
5
if( 'undefined' === typeof window){
6
- importScripts('https://cdn.bootcss.com/Turf.js/5.1.6/turf.js')
+ importScripts('https://cdn.bootcdn.net/ajax/libs/Turf.js/5.1.6/turf.min.js')
7
8
/**
9
* 空间分析所需工具类
@@ -336,4 +336,4 @@ function analysis(params) {
336
return buffer;
337
}
338
339
-}
+}
0 commit comments