#1413 closed defect (fixed)
You can't move a specific node when they are in the same place
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | major | Milestone: | |
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 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → 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.
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.