Skip to content

Commit 8fb802c

Browse files
authored
Update TurfWorker.js
1 parent 2409c48 commit 8fb802c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/leaflet/workers/TurfWorker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This program are made available under the terms of the Apache License, Version 2.0
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
44

5-
importScripts('https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js')
5+
importScripts('https://cdn.bootcdn.net/ajax/libs/Turf.js/5.1.6/turf.min.js')
66

77
/**
88
* 空间分析所需工具类
@@ -334,4 +334,4 @@ function analysis(params) {
334334
}
335335
return buffer;
336336
}
337-
}
337+
}

0 commit comments

Comments
 (0)