Skip to content

Commit bc939ae

Browse files
authored
Update TurfWorkerForTest.js
1 parent 8fb802c commit bc939ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/libs/workers/TurfWorkerForTest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
44

55
if( 'undefined' === typeof window){
6-
importScripts('https://cdn.bootcss.com/Turf.js/5.1.6/turf.js')
6+
importScripts('https://cdn.bootcdn.net/ajax/libs/Turf.js/5.1.6/turf.min.js')
77

88
/**
99
* 空间分析所需工具类
@@ -336,4 +336,4 @@ function analysis(params) {
336336
return buffer;
337337
}
338338
}
339-
}
339+
}

0 commit comments

Comments
 (0)