Changes between Initial Version and Version 2 of Ticket #10961
- Timestamp:
- Feb 2, 2015, 12:38:29 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10961
- Property Status new → closed
- Property Summary Wrong turn generated by get_turns() for a Linear spike. → Wrong turns generated by get_turns() for a Linear spikes.
- Property Resolution → fixed
- Property Milestone To Be Determined → Boost 1.58.0
-
Ticket #10961 – Description
initial v2 1 E.g. for 1 1. For L/A: 2 2 {{{ 3 3 "LINESTRING(7 8, 6 10, 10 2)" … … 8 8 }}} 9 9 for intersection point `(6 10)` u/u is generated instead of i/u. 10 11 2. For L/L: 12 13 {{{ 14 "LINESTRING(6 0,0 0,5 0)" 15 "LINESTRING(2 0,0 0,-10 0)" 16 }}} 17 for intersection point `(0 0)` only one, wrong turn is generated (a spike is not detected as a spike).