File tree 3 files changed +7043
-5707
lines changed
3 files changed +7043
-5707
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export { pointGrid } from "@turf/point-grid";
91
91
export { pointOnFeature } from "@turf/point-on-feature" ;
92
92
export { pointsWithinPolygon } from "@turf/points-within-polygon" ;
93
93
export { pointToLineDistance } from "@turf/point-to-line-distance" ;
94
+ export { pointToPolygonDistance } from "@turf/point-to-polygon-distance" ;
94
95
export { polygonize } from "@turf/polygonize" ;
95
96
export { polygonSmooth } from "@turf/polygon-smooth" ;
96
97
export { polygonTangents } from "@turf/polygon-tangents" ;
Original file line number Diff line number Diff line change 173
173
"@turf/point-grid" : " workspace:^" ,
174
174
"@turf/point-on-feature" : " workspace:^" ,
175
175
"@turf/point-to-line-distance" : " workspace:^" ,
176
+ "@turf/point-to-polygon-distance" : " workspace:^" ,
176
177
"@turf/points-within-polygon" : " workspace:^" ,
177
178
"@turf/polygon-smooth" : " workspace:^" ,
178
179
"@turf/polygon-tangents" : " workspace:^" ,
You can’t perform that action at this time.
0 commit comments