OpendataCH / Transport

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

Number of transfers is too high #168

Closed aahlenst closed 7 years ago

aahlenst commented 7 years ago

In the current beta: The number of transfers is equal to the number of sections instead of 1 less.

Kleisli commented 7 years ago

Additionally, also sections that only consist of walking are counted.

Number of transfers should be: Number of sections - number of walking sections - 1

fabian commented 7 years ago

Fixed with #169.