#1413 closed defect (fixed)
You can't move a specific node when they are in the same place
| Reported by: | dean@… | Owned by: | framm |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
When you have two nodes in the same place (e.g. after ungluing), you can only move the "top" node.
Even if I manually select the other node, clicking to move will reselect the top of the two.
This is a regression from the modal version of JOSM where the selact and move were separate modes.
This can be worked around by moving the top one, then the one you want to and move it back again.
This will however leave "my mark" on it and means it will have moved.
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by dean@…
comment:2 Changed 5 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Actually this is what I implemented. When Clicking on a place, where multiple nodes are, nodes which are already selected are preferred.
So first select all nodes (draw selection rectangle), then use selection dialog to select the correct one and then click to draw.
Fixed in r794.
comment:3 Changed 5 years ago by Dean Earley
Confirmed fixed.
Thanks



A decent solution to this would be to find all objects "in range" of the cursor, and if one/any of them is in the current selection, move them rather than selecting and moving the first object.