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
Hello,
I have a linestring and I am running the buffer function with an asymmetric distance. I want to buffer only on the right side of the linestring LINESTRING(0 0,-3 5,15 7,17 4,14 2)
I am getting unexpected results.
The text was updated successfully, but these errors were encountered:
bertrandpellenard
changed the title
Buffering polyline on one side created weird result
Buffering linestring on right side creating weird results
Jun 22, 2023
Thanks for the report. I can reproduce it. Also with different coordinates - so it's not a precision issue.
With a small left distance you see already some artefacts.
Hello,
I have a linestring and I am running the buffer function with an asymmetric distance. I want to buffer only on the right side of the linestring LINESTRING(0 0,-3 5,15 7,17 4,14 2)
I am getting unexpected results.
Here is an idea of the code:
Thank you.
Best regards.
Bertrand
The text was updated successfully, but these errors were encountered: