[Question] - Smallest polygon from set of lines surrounding a point #2339
Replies: 2 comments 1 reply
-
Currently Turf doesn't have anything to support that. Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hasn't been much discussion on this for some time, so will cloase. If still a current need or new info is available please reopen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
This is not an issue, but rather a question: Using Turf, is there an "easy" way to find the smallest polygon, from a set of lines, in which a given point is inside that polygon ?
I've found solutions (without the use of Turf) for that problem, Turf would help implementing such solutions (with some of its functions such as area and pointToLineDistance), so this is nice. But is there a Turf function that would implement a solution for that problem ? I've searched the doc but couldn't find a function (or a set of function) that would solve this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions