gtfs_manager icon indicating copy to clipboard operation
gtfs_manager copied to clipboard

A GUI for viewing and editing GTFS data

Results 31 gtfs_manager issues
Sort by recently updated
recently updated
newest added

Add a web version hosted on GH Pages to make it easier to share progress and for others to demo the app. Note: Piet doesn't currently support `.capture_image_area()` for the...

# General notes and thoughts Will need to confirm with user testing, but I suspect that users will largely use the tool in a map driven way, so discovery of...

# Notes Storing the full vector of ~90k `MyStopTime`s, using plain `String`s and not `Arc` in the AppData is not problem. Filtering this list for a given trip_id on demand...

OLD: Provide functionality to filter which trips to have in the list, which makes it easier to navigate to certain trips, and display certain trips on the map. NEW: The...

Will need to make it clear that changes to a stop will affect other routes also referencing that stop. Maybe want editing functionality that will automatically create a new copy...

1. if `!visible` or `deleted`, then so are all children of that item. but the children won't automatically have them same flags applied. 1. Selected only applies to individual items,...

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...