Changes between Initial Version and Version 2 of Ticket #10961


Ignore:
Timestamp:
Feb 2, 2015, 12:38:29 PM (8 years ago)
Author:
awulkiew
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10961

    • Property Status newclosed
    • Property Summary Wrong turn generated by get_turns() for a Linear spike.Wrong turns generated by get_turns() for a Linear spikes.
    • Property Resolutionfixed
    • Property Milestone To Be DeterminedBoost 1.58.0
  • Ticket #10961 – Description

    initial v2  
    1 E.g. for
     11. For L/A:
    22{{{
    33"LINESTRING(7 8, 6 10, 10 2)"
     
    88}}}
    99for intersection point `(6 10)` u/u is generated instead of i/u.
     10
     112. For L/L:
     12
     13{{{
     14"LINESTRING(6 0,0 0,5 0)"
     15"LINESTRING(2 0,0 0,-10 0)"
     16}}}
     17for intersection point `(0 0)` only one, wrong turn is generated (a spike is not detected as a spike).