Changes between Version 1 and Version 2 of Ticket #10515


Ignore:
Timestamp:
2014-09-15T00:38:07+02:00 (11 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10515

    • Property Cc bastiK Balaitous added
  • Ticket #10515 – Description

    v1 v2  
    11Following on from case #9605, the new code to pick the furthest nodes along a way (change r6894) gets "confused" when dealing with a circular way.
    22In my case, one of the end nodes in my selection was the first/last node in the way. All other nodes were towards the end of the way.
    3 This resulted in it picking the "first" node and the penultimate node as the "furthest" away instead of the string of 4 consecutive nodes.
     3This resulted in it picking the "first" node and the penultimate node as the "furthest" away instead of the string of 4 consecutive nodes:
     4
     5[[Image(AlignInLine oddity.png)]]
    46
    57What steps will reproduce the problem?