#9129 closed defect (fixed)
Inconsistent behavior when merging nodes
Reported by: | dforsi | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 13.11 |
Component: | Core validator | Version: | latest |
Keywords: | Cc: |
Description
In the attached file you can find nodes that share the same position (it's real data from which I removed other nodes for clarity):
id='1747860328' lat='37.7230417' lon='14.0540179' id='2465869552' lat='37.7230417' lon='14.0540179' id='2465102612' lat='37.7230793' lon='14.0489794' id='2465102614' lat='37.7230793' lon='14.0489794'
When fixing with the Validator, nodes 2465102614 and 2465869552 get deleted and node 2465102612 gets modified (with no reason because it has the same coordinates before and after the merge and there aren't tags on these nodes).
When merging manually with the "m" command, nodes 2465102614 and 2465869552 still get deleted but this time node 1747860328 gets modified (again with no reason I can see).
When merging with Ctrl+mouse drag, nodes 2465102614 and 2465869552 still get deleted and no other node is modified (it works the same no matter which node is dragged); this is the behavior I expect from the Validator.
I checked this with versions 6115 and 6269.
Attachments (1)
Change History (5)
by , 12 years ago
Attachment: | merge-nodes.osm added |
---|
comment:2 by , 12 years ago
Thanks for this detailed description and precise test file. If all bug reports were like this :)
comment:3 by , 11 years ago
Milestone: | → 13.11 (6383) |
---|
Test data to check merge operation