-
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
bug: geometry::buffer returns an empty multi-polygon in a very specific case #1294
Labels
Comments
Indeed, I can reproduce it. The code is right. |
I've a working fix and will make a PR on Wednesday |
This was referenced Jul 29, 2024
barendgehrels
added a commit
to barendgehrels/geometry
that referenced
this issue
Jul 30, 2024
…, make priority consistent fixes boostorg#1293 boostorg#1294 and boostorg#1295
This was fixed in July 30 (but the issue was not closed automatically, somehow - and not manually). PR #1300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BOOST v1.84 / v1.85
Using the following code, lOuts is empty in the end:
The shape looks like this:
If the small hole is moved a bit to the bottom, the boost function seems to work well.
This is a very specific case that crashes in our code.
Moreover, we need to keep "rectangular/cartesian" shapes (we cannot have arcs in the final shapes).
Do you guys have any clue of how to bypass this particular problem? Is this a wrong usage from on our side or something that Boost can fix directly?
If you need any detail, feel free to ask :)
The text was updated successfully, but these errors were encountered: