rust-transit / gtfs-structure

Read a GTFS file
MIT License
56 stars 32 forks source link

Correction mode => pathway_mode #127

Closed fchabouis closed 2 years ago

fchabouis commented 2 years ago

It looks like the correct field name in pathways.txt is pathway_mode, not mode.

See https://developers.google.com/transit/gtfs/reference#pathwaystxt

fchabouis commented 2 years ago

I added some rules on the repo, to have a rewiew before being able to merge.

Tristramg commented 2 years ago

:+1: good for me. Now you only need to bump the minor version in Cargo.toml and it will be automatically deployed on merge