File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,4 +125,4 @@ export { default as triangleGrid } from "@turf/triangle-grid";
125
125
export { default as interpolate } from "@turf/interpolate" ;
126
126
127
127
// Renamed modules (Backwards compatible with 6.x)
128
- export { default as lineIntersect } from "@turf/line-intersect " ;
128
+ export { default as lineIntersect } from "@turf/intersection-points " ;
Original file line number Diff line number Diff line change @@ -124,4 +124,4 @@ export { default as triangleGrid } from "@turf/triangle-grid";
124
124
export { default as interpolate } from "@turf/interpolate" ;
125
125
126
126
// Renamed modules (Backwards compatible with 6.x)
127
- export { default as lineIntersect } from "@turf/line-intersect " ;
127
+ export { default as lineIntersect } from "@turf/intersection-points " ;
You can’t perform that action at this time.
0 commit comments