how to make lineSlice works for polygon #2332
Unanswered
mohammedX6
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
lineSlice is a great feature for cutting part of the line, But in my use case, I have a closed polygon I want the same functionality as lineSlice works with polygons, Any idea of how to do that?
I tried to convert the polygon to the line by retrieving the polygon boundary, But it fails when the start and stop points cross the start of the polygon.
Beta Was this translation helpful? Give feedback.
All reactions