Skip to content

Commit

Permalink
add point-to-polygon-distance to main turf package
Browse files Browse the repository at this point in the history
  • Loading branch information
pachacamac committed Nov 13, 2024
1 parent 8a4f65b commit fbdf572
Show file tree
Hide file tree
Showing 3 changed files with 7,043 additions and 5,707 deletions.
1 change: 1 addition & 0 deletions packages/turf/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export { pointGrid } from "@turf/point-grid";
export { pointOnFeature } from "@turf/point-on-feature";
export { pointsWithinPolygon } from "@turf/points-within-polygon";
export { pointToLineDistance } from "@turf/point-to-line-distance";
export { pointToPolygonDistance } from "@turf/point-to-polygon-distance";
export { polygonize } from "@turf/polygonize";
export { polygonSmooth } from "@turf/polygon-smooth";
export { polygonTangents } from "@turf/polygon-tangents";
Expand Down
1 change: 1 addition & 0 deletions packages/turf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"@turf/point-grid": "workspace:^",
"@turf/point-on-feature": "workspace:^",
"@turf/point-to-line-distance": "workspace:^",
"@turf/point-to-polygon-distance": "workspace:^",
"@turf/points-within-polygon": "workspace:^",
"@turf/polygon-smooth": "workspace:^",
"@turf/polygon-tangents": "workspace:^",
Expand Down
Loading

0 comments on commit fbdf572

Please sign in to comment.