Skip to content

Commit a718c78

Browse files
committed
Merge branch 'v10.1.3' of https://github.com.cnpmjs.org/SuperMap/iClient-JavaScript into v10.1.3
2 parents a63abb0 + bc939ae commit a718c78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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+
}

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)