-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in validity (report) (was: multipolygon buffer result either invalid geometry or valid geometry but wrong) #1192
Comments
Can you please use it without |
Just did it myself.
So the report looks still the same. |
Adding area, report is now:
It seems like the buffer has the same shape for both distances (still reporting one as invalid) Added: |
Thank you for the reply. As you said, I defined that macro as suggested in another issue of mine (see issue #1138), since that actually solved the problem. Do you think I should anyway remove the definition of |
It is not yet fixed, unlike #1138 |
perfect, thank you very much for the update. |
I want to buffer of a small amount the multipolygon in the following picture (I apologize if it is quite complicated, I tried to replicate the issue in a simpler shape but I could not make it):
When applying the buffer algorithm, I have encountered two problems:
Here below a godbolt link to replicate this problem:
https://godbolt.org/z/vM9ex7MrW
The text was updated successfully, but these errors were encountered: