diff options
author | stuebinm | 2025-05-19 00:25:35 +0200 |
---|---|---|
committer | stuebinm | 2025-05-19 00:25:35 +0200 |
commit | a544f72703b8fc95d33058db8f1fd7c77976b6c1 (patch) | |
tree | ae2e76980843a8681f02bb91dcbecbc10c9c6234 | |
parent | eb51c6b66f7830b6f378390d5ed7345cf69c6a4d (diff) |
transfers.txt: be extra picky
The specification says that with transfer_type=4, to_stop_id and
from_stop_id are optional values. Google disagrees and will fail
the publishing pipeline, so state them explicitly for them.
-rw-r--r-- | transfers.txt | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/transfers.txt b/transfers.txt index be6ac21..93c0455 100644 --- a/transfers.txt +++ b/transfers.txt @@ -1,17 +1,16 @@ -transfer_type,from_trip_id,to_trip_id -4,28046,83794 -4,83794,26933 -4,26933,56970 -4,56970,34835 -4,34835,28047 -4,28047,26636 -4,26636,26637 -4,26344,26323 -4,26323,28035 -4,28035,28035 -4,28035,5373 -4,5373,26998 -4,26998,28063 -4,28040,26321 -4,26321,27765 -4,27765,28039 +transfer_type,from_trip_id,to_trip_id,from_stop_id,to_stop_id +4,28046,83794,FR,FR +4,83794,26933,PA,PA +4,26933,56970,FR,FR +4,56970,34835,PA,PA +4,34835,28047,FR,FR +4,28047,26636,PA,PA +4,26636,26637,FR,FR +4,26344,26323,FR,FR +4,26323,28035,PA,PA +4,28035,5373,FR,FR +4,5373,26998,PL,PL +4,26998,28063,FR,FR +4,28040,26321,FR,FR +4,26321,27765,PA,PA +4,27765,28039,FR,FR |