-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 multiselect possibility for road segments #493
Comments
This is an excellent idea, and I'd be surprised if this wasn't implemented upstream in StreetComplete. Have you suggested it as a 'core' quest? Thanks, chris_debian |
Thank you! But how would the use case look for SC? I think the huge benefit would be for custom overly and show/edit tags, which does not exist in SC. What do you think? Do you see a significant improvement for SC as well? |
The discussion in SC was done before introduction of overlays, but I doubt multi-select would be accepted now: streetcomplete#2996 It should be possible to implement such a multi-select mechanism, but this will require large changes to many things that expect a single element. I remember I had tried implementing this quite a while ago, but without even getting a useful start... |
Thank you. Understand. |
Highlighting multiple element should already be possible, and selecting multiple elements is likely not too much work. Dealing with multiple elements will likely require more work. If it's for the custom overlay only, some sort of modified tag editor could be implemented. |
The care should be taken that it is easy and quick to add multiple elements to selection (or the whole point is moot), but also (even more importantly) that the chance of modifying multiple elements by error is minimized. IMHO, JOSM just barely manages that by its differentiating between |
That should be possible using |
Use case
Several times I have the need to update multiple road segments at once with the same attributes (e.g. maxspeed). Allowing to select them at once would make this a smooth instead of demanding experience.
Proposed Solution
Alternative or additional feature:
This would however not help in an "edit" situation (unless it will also be presented in this case and on accept being merged/overwritten over the former value)
Edit: I discovered that kind of this already exists in the way that last values are displayed at the top of the suggested value dropdown 👍
The text was updated successfully, but these errors were encountered: