jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
59 stars 7 forks source link

Agency not correctly populated for single agency systems #77

Closed jamespfennell closed 2 years ago

jamespfennell commented 4 years ago

Example, BART. Per the GTFS Static spec, the agency_id column of routes.txt is optional for systems with one agency, in which case the agency is the unique agency. Right now Transiter does not populate this in this case.

jamespfennell commented 4 years ago

Probably worth making the foreign key non-nullable.