File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ window.turf = {
8
8
envelope : require ( '../node_modules/turf-envelope/index.js' ) ,
9
9
explode : require ( '../node_modules/turf-explode/index.js' ) ,
10
10
midpoint : require ( '../node_modules/turf-midpoint/index.js' ) ,
11
+ sample : require ( '../node_modules/turf-sample/index.js' ) ,
11
12
simplify : require ( '../node_modules/turf-simplify/index.js' ) ,
12
13
tin : require ( '../node_modules/turf-tin/index.js' ) ,
13
14
union : require ( '../node_modules/turf-union/index.js' ) ,
Original file line number Diff line number Diff line change 37
37
"turf-envelope" : " ^3.0.12" ,
38
38
"turf-explode" : " ^3.0.12" ,
39
39
"turf-midpoint" : " ^3.0.12" ,
40
+ "turf-sample" : " ^3.0.12" ,
40
41
"turf-simplify" : " ^3.0.12" ,
41
42
"turf-tin" : " ^3.0.12" ,
42
43
"turf-union" : " ^3.0.12" ,
You can’t perform that action at this time.
0 commit comments