Find co-ordinates where LineString intersects a Polygon border in turfjs
问题 Is there a way in Turfjs to determine the co-ordinates at which a LineString intersects with the border of a polygon? There's a number of ways to find out if a point is within a polygon and a number of ways to find out if a point is on a line and so on, but I can't seem to figure out a way to ask "at what point does this line intersect this polygon's border" . I could enumerate the points in the polygon using a line intersection algorithm to find that point but I was wondering if there's a