Changes between Initial Version and Version 1 of Ticket #18368, comment 12


Ignore:
Timestamp:
2019-12-01T10:42:21+01:00 (6 years ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18368, comment 12

    initial v1  
    1111
    1212So, I think I should
    13 - create a new simple method to combine ways which just connects end points of the ways and - maybe - reverses the order where needed, but without removing edges or recombining parts and use that new method to replace the wrong usage of
    14 `buildSpanningPath()`
     13- create a new simple method to combine ways which just connects end points of the ways and - maybe - reverses the order where needed, but without removing edges or recombining parts and use that new method to replace the wrong usage of `buildSpanningPath()`
    1514- improve performance of `buildSpanningPath()` as it might help the merge-overlap plugin