Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript

Home Page:https://turfjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would like a rhumbLineIntersect

eric-g-97477 opened this issue · comments

commented

I am using rhumbDestination to compute the endpoint for a lineString. I would then like to take that lineString and compute an intersection with a polygon. However, if I use lineIntersect, it is taking into account the global curvature and does not give the intersection points along the rhumbLine.

Would it be possible to provide a rhumbLineIntersect function?