-
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
Routing helper: Top panel with basic control (go to next/previous) #23
Comments
At the moment the routing helper iterates over the way members automatically, until it finds one that has a problem. The problems can be:
(These same problems can also be reported by the validator) I'm not sure if it makes sense for the user to be able to iterate all the members step-by-step. The mapper will mostly be interested in the problems, so a fast forward to skip the good members seems useful too. If a gap is encountered (maybe this part needs to be split out to a separate issue), the following needs to happen:
When a fork was encountered, update the display. Show the forked way candidates in multiple colours, show the string of ways leading up to the fork in multiple colours. Now it's striped, it would be nicer if it looked more like a metro map, so the colours following the ways in colour bands. |
I would like to give the user more control in the new routing helper. When I tried the current routing helper for some relations it would just open several download progress bars and then did nothing at all, so I wouldn't know at all what was going on. That's why I'd like the routing helper to just highlight the currently selected member and do nothing else when started. This issue is just intended for the basic controls to step through the members that are already there. For the other stuff I started to create notes in the project that can then be converted to issues, when they are being worked on: https://github.com/JOSM/pt_assistant/projects/2 |
The routing helper should display a top panel with button controls that allow you to step through the relation members.
When stepping to the next member, the map zooms to that member.
There are four buttons: to previous gap, to previous member, to next member, to next gap
For the time being I think it's enough to only step through the members that have an empty role. The platform and stop members would then come later for the transport modes that have stops and platforms.
The text was updated successfully, but these errors were encountered: