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
Lasso tool - Enable entire features selection #7375
Comments
|
I agree we should have a quicker way to select lines and areas, but it might be nice to also keep node-only selection as an option. Perhaps a second hotkey? It's also a pain to do polygon-polygon intersection accurately and efficiently, but worth figuring out. |
Agree! |
|
#8264 adds a keyboard shortcut to select the nodes’ parent ways, which you’d use after using the lasso tool. |
This is a great new workflow, but I'd still like a way to lasso-select lines and areas directly. |
|
Interestingly, some seems to be asking for exactly this over at the help site: https://help.openstreetmap.org/questions/85519/how-do-i-lasso-select-buildings-only?page=1&focusedAnswerId=85898#85898 . |

Since now iD can edit multiple selected features #7276, the shift-click-drag (lasso tool) should select the entire feature once all its nodes are selected, instead of only selecting nodes as now.
The use case is when the user needs to select multiple areas to change the tagging of them. For example consider selecting multiple areas tagged as "house" to change them to "plot" preset. Now the user has to shift-click over each one of the feature instead of using the lasso tool.
The text was updated successfully, but these errors were encountered: