#12503 closed Bugs (fixed)
Boost Geometry Is Valid Bug
| Reported by: | Owned by: | Barend Gehrels | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | geometry |
| Version: | Boost 1.65.0 | Severity: | Problem |
| Keywords: | is_valid | Cc: | flippmoke@… |
Description
I have found a situation where with multipolygons is_valid seems to be returning that a multipolygon is invalid but I am not certain that the result is correct. It also seems that commonly is_valid will return intersection points that are not actually the correct intersection points in validity tests (not in testcase).
Testcase:
https://github.com/flippmoke/boost-geometry-is-valid-bug
Thanks,
Blake Thompson
Change History (4)
comment:1 by , 6 years ago
comment:2 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Version: | Boost 1.61.0 → Boost 1.65.0 |
It is fixed in the meantime, most probably in 1.65 but I just tested it for upcoming 1.66 and created a testcase
Note:
See TracTickets
for help on using tickets.

Anyone have ideas on this bug?