-
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
Add "Use Shift click first to select just one line." #8818
Comments
(Slightly joking:) It would be sufficient to read the built-in help: On topic, after actually reading #7992, I still don't get what the big deal is about users accidentally splitting a way on one additional intersection point. Generally speaking, shorter lines are easier to handle when mapping than long ones (e.g. in terms of a reduced potential of upload conflicts and easier precise mapping of properties such as road surfaces, number of lanes, etc.). Also for relations such as multipolygons or routes it does not make a difference if the consisting ways are split. That said, I guess it would also not hurt to put a small hint in the tooltip. The benefit would be that users could find out about the other functionality of the split operation via that. I'll think about it. |
Actually more buttons should appear in such cases:
|
(I am usually splitting the case where the |
Funnily enough I came here to post about the same issue. With the image below I wanted to split the service road and delete it between the other two roads - so I clicked on it, then selected the point and pressed X. However that split the tertiary road as well. At least I now know to select the road + point using shift before splitting! 😃
Sure, but if I need to have more precise mapping then I will split it intentionally. In the example above, after the tertiary road has been split then I would need to rejoin or select both sections if I wanted to add a surface tag to it. Suppose it is just unexpected and perhaps unnecessary behaviour from the editor 😉 |
Well if the government changes Norfsberg Lane to Nerfsburg Lane, and somebody has for no reason split it into five lines, then we must edit five slices instead of one.
Well we usually know and map the name of a road, and only if we later have spare time, go and visit it to find out what kind of pavement it is. |
The Shift-modified context menu items feel more natural on macOS, where dynamic menu items are pervasive. But this convention is less familiar to users on Windows and Linux, where menu items are typically shown regardless of modifier keys and only Office hides lesser-used items. Dynamic menu items are great for reducing clutter and making the most common operations convenient to access, but there is a tradeoff in discoverability. Adding a hint to the tooltip is a great idea; users would be much more likely to read that than the full help documentation. |
Description
Here "Divide these lines at this point" needs added "(Use Shift+click instead to just work on the current line.)" Else the user needs to read #7992.
Screenshots
The text was updated successfully, but these errors were encountered: