spstreets / gtfs_manager

A GUI for viewing and editing GTFS data
MIT License
30 stars 3 forks source link

Display corresponding trips for a selected stop #26

Open maxwell8888 opened 2 years ago

maxwell8888 commented 2 years ago

Is it possible to clearly display all the corresponding routes/trips/stop_times for a particular stop? Possibly not in the list, only on the map? But even on the map it will not be clear since different routes for the same stop will of course overlap and not be easily differentiable - but only for that section of the route? Also just showing on the map doesn't make it easy to find route names etc. Maybe displaying a list of all route names that use that stop in the stop widget would be best? Should at least display the number of trips which use that stop (either on the map, list, or both) and maybe provide a button which just cycles through these trips displaying eg 3/12. This might make it easier to quickly understand what trips there are and also allows selecting single trips at a time to make it easier to select the corresponding trip you are interested in.