Modify ↓
#166 closed defect (fixed)
Newly downloaded ways/segmets not properly connected
Reported by: | anonymous | Owned by: | imi |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Cc: |
Description (last modified by )
- Download the data from an area with a long way that stretches out of your view
- Go to the end of the long way
- Download data again from server
- Move connecting node between the two (or more) ways
- Only the "old" way will move, the "new" way doesn't although it should as it is connected to the node
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
I was able to reproduce this by loading two OSM files in sequence:
and
For some reason, node "2" got duplicated on import (the MergeVisitor did detect that it is the same node already present but did not add it to the list of merged nodes, so that a later "fixReferences" step did not modify the new segment to point to the old node). I have fixed that now but a little doubt remains as to why this was not spotted earlier - it seems that problem has been there all along.
Thank you for reporting the bug.