WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

route_sort_order #115

Open answerquest opened 5 years ago

answerquest commented 5 years ago

GTFS Spec: route_sort_order field in routes.txt : Optional, The route_sort_order field can be used to order the routes in a way which is ideal for presentation to customers. It must be a non-negative integer. Routes with smaller route_sort_order values should be displayed before routes with larger route_sort_order values.

Suggestion: Display routes table sorted by this if present, and mention this column in tabulator routes table so user can set a value. Set validation to non-negative integer.