Opened 8 years ago
Closed 7 years ago
#11162 closed Bugs (fixed)
Invalid, empty result of buffer(Linestring).
Reported by: | awulkiew | Owned by: | Barend Gehrels |
---|---|---|---|
Milestone: | To Be Determined | Component: | geometry |
Version: | Boost 1.58.0 | Severity: | Problem |
Keywords: | buffer, linestring | Cc: |
Description
The buffer for LINESTRING(103 5,107 2,111 4,116 -1,115 0,112 4)
, join_round(32)
, end_round(32)
and distance = 10
is empty.
Change History (2)
comment:1 by , 8 years ago
Status: | new → assigned |
---|---|
Version: | Boost Development Trunk → Boost 1.58.0 |
Note:
See TracTickets
for help on using tickets.
Thanks for the report.
I'm glad to mention that I could reproduce it, and in the feature/buffer branch with the new side_of_intersection approach, the problem is fixed.
The area is 632.234
Will be fixed in 1.59, the developments in feature/buffer branch are not yet finished and it is too late for 1.58 now. So I leave the ticket open until it is commited and merged into the develop branch.