File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
* This program are made available under the terms of the Apache License, Version 2.0
3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
4
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' )
6
6
7
7
/**
8
8
* 空间分析所需工具类
@@ -334,4 +334,4 @@ function analysis(params) {
334
334
}
335
335
return buffer ;
336
336
}
337
- }
337
+ }
Original file line number Diff line number Diff line change 3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
4
5
5
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' )
7
7
8
8
/**
9
9
* 空间分析所需工具类
@@ -336,4 +336,4 @@ function analysis(params) {
336
336
return buffer ;
337
337
}
338
338
}
339
- }
339
+ }
You can’t perform that action at this time.
0 commit comments