Opened 8 years ago
Last modified 8 years ago
#10961 closed Bugs
Wrong turn generated by get_turns() for a Linear spike. — at Initial Version
Reported by: | awulkiew | Owned by: | awulkiew |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | geometry |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | overlay, relate, get_turns | Cc: |
Description
E.g. for
"LINESTRING(7 8, 6 10, 10 2)" "POLYGON((0 0,0 10,10 10,10 0,0 0))" "LINESTRING(7 8, 6 10, 11 0)" "POLYGON((0 0,0 10,10 10,10 0,0 0))"
for intersection point (6 10)
u/u is generated instead of i/u.
Note:
See TracTickets
for help on using tickets.