You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am busting my head off for a few days already. So I am trying to split the polygon with the LineStrings and nothing on the internet can really help, as for what I have found is usually using the turf.union(polyLine, line) operation, which clearly is not possible. Union only works with Polygons and i have checked all the version in the past, and I haven't found the way where I could simply provide two lines to union function.
What I usually find is a process like this:
Hey!
I am busting my head off for a few days already. So I am trying to split the polygon with the LineStrings and nothing on the internet can really help, as for what I have found is usually using the turf.union(polyLine, line) operation, which clearly is not possible. Union only works with Polygons and i have checked all the version in the past, and I haven't found the way where I could simply provide two lines to union function.
What I usually find is a process like this:
So what is the best way to split polygon with the line?
Please help my day :D
Thanks a lot!
The text was updated successfully, but these errors were encountered: