Changes between Initial Version and Version 1 of Ticket #10515
- Timestamp:
- 2014-09-15T00:36:51+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10515 – Description
initial v1 1 Following on from case #9605, the new code to pick the furthest nodes along a way (change #6894) gets "confused" when dealing with a circular way.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 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. … … 13 13 What happens instead? 14 14 A line is calculated between g and a with all other nodes aligned to that. 15 16 Please provide any additional information below. Attach a screenshot if17 possible.18 15 19 16 {{{


