OpendataCH / Transport

Swiss public transport API
http://transport.opendata.ch/
MIT License
241 stars 50 forks source link

Limitation in passList of a stationboard #129

Closed roman-frey closed 8 years ago

roman-frey commented 8 years ago

When I call the stationboard, the number of stations in the passList of a journey looks like it's limited to 8 checkpoints.

In this example from Thun to Fribourg only the checkpoints until Bern are listed bildschirmfoto 2016-04-27 um 23 47 37 Called with http://transport.opendata.ch/v1/stationboard?datetime=2016-04-27%2010:40&station=thun&limit=1&transportations[]=ice_tgv_rj&transportations[]=s_sn_r&transportations[]=ec_ic&&transportations[]=arz_ext&transportations[]=ir&transportations[]=re_d

When I change to Uttigen (first Station after Thun) for the same train, then Flamatt is listed as well, but there should be other checkpoints between Bern and Flamatt and as well between Flamatt an Fribourg. bildschirmfoto 2016-04-27 um 23 46 19 Called with http://transport.opendata.ch/v1/stationboard?datetime=2016-04-27%2010:45&station=uttigen&limit=1&transportations[]=ice_tgv_rj&transportations[]=s_sn_r&transportations[]=ec_ic&&transportations[]=arz_ext&transportations[]=ir&transportations[]=re_d

The same train in the SBB-App looks fine img_0772

roman-frey commented 8 years ago

I saw that the stationboard from the hafas deliveres the same list of checkpoints, so thats an issue for hafas...