Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pm0u committed Dec 11, 2024
1 parent cc80f9b commit 542bba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/turf-line-intersect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).
var line1 = turf.lineString([[126, -11], [129, -21]]);
var line2 = turf.lineString([[123, -18], [131, -14]]);
var intersects = turf.lineIntersect(line1, line2);

//addToMap
var addToMap = [line1, line2, intersects]
```
Expand Down

0 comments on commit 542bba7

Please sign in to comment.