-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle coincident features (i.e. multiple things one spot) #1239
Comments
JOSM handles this via alt-click. This will select the next object if two or more are coincident. This is also how you can select overlapping objects in Inkscape. JOSM also has a selection inspector like option 2. |
P2 handles it via a magic keypress (of course): select shared node, press / to cycle through all the ways that use that node. |
JOSM: middle click offers a list or multiple middle clicks cycle through the list. |
Just checking to see if anyone's implemented a fix to this and forgotten to update the issue :) The context is the forum discussion about this changeset http://www.openstreetmap.org/changeset/35882220 (see the links from the changeset discussion) - I'd like to be able to say "just press (something)" to switch between contiguous ways rather than suggesting using another editor. Shift-click "sometimes" works - it seems to depend on draw order. There's a couple of test overlaps at http://api06.dev.openstreetmap.org/#map=18/51.50434/-2.65264 if anyone wants to experiment. Another options seems to be clicking the end node, clicking "+" on the rotary menu, getting told there are several lines to extend, clicking the only place you can and extending one of the duplicates, then in the same way extending the other duplicate in a different direction. Once you can select each way individually, you can delete the duplicate that you don't want, and remove the extra bit of the other one that you added, but it's not a workflow to suggest to someone who's just started mapping. |
No we haven't implemented this yet. I'm not really sure the best way to handle this either. The current rendering can make it impossible to know that there even are coincident ways. |
In order to make the user aware of coincident ways the cursor symbol could show multiple lines (preferably three lines) instead of a single line when hovering over the coincident ways. In addition the colour of the cursor symbol can change for example to red making the cursor symbol change more evident. The user might stiil fail to recognize it. Therefore iD should not use something similar to the P2 "/" or JOSM Alt-Click method, but open a selection menu when clicking the coincident ways. |
The selection menu can be an around the cursor menu with simply numbered tool icons 1, 2, 3,.. according to the number of coincident ways. Preferably the icon should contain an indication of the object type in addition to the number. Assignment of the numbers must be kept constant when clicking the same edge of the coincident ways multiple times. Clicking with shift keeps the current selection when opening the selection menu. Hovering over the selection tool icon should show the tags of the associated way and hilight this way in the map. |
Got the same problem here. My solution in iD in the meantime is
This has still the drawback that I can't delete the feature - one can only modify tags. |
Just as a data point: vespucci pops up a disambiguation menu in such cases (mobile doesn't really give a lot of choice how to handle such cases), that has the nice side effect of displaying |
Due to some recent advances in iD, fixing the issue seems to be quite easy now: Identification of partially coincident ways or areas has become easy due to hover styling. Identification based on feature type is already supported too. |
#8264 implements a similar workflow via the \ and < shortcuts. |
One workaround for iD is to go to Map Data (shortcut U) -> Map Features and unselect the type of feature you don't want to edit. |
Here is the solution as implemented by #8264. Procedure:
|
This is a hard one.
Trams are drawn as separate ways that share the nodes of the road. http://www.openstreetmap.us/iD/master/#id=w33910429&layer=Bing&map=19.72/-79.41092/43.66473
Its impossible to select way rendered on the bottom (sometimes the tram, sometimes the road).
I'm seeing a couple possibilities.
P2 and JOSM don't handle this at all.The text was updated successfully, but these errors were encountered: