Changes between Version 1 and Version 2 of Ticket #10515
- Timestamp:
- 2014-09-15T00:38:07+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10515
- Property Cc added
-
Ticket #10515 – Description
v1 v2 1 1 Following 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. 2 2 In 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. 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: 4 5 [[Image(AlignInLine oddity.png)]] 4 6 5 7 What steps will reproduce the problem?


