Add better ferry handling

This commit is contained in:
Pieter Vander Vennet 2020-09-07 18:47:48 +02:00
parent 666c78ff59
commit 30266e72d2
6 changed files with 69 additions and 10 deletions

View file

@ -0,0 +1,5 @@
expected,route,duration,interval,_length,comment
1,ferry,,,
2,ferry,25,,1000,25 minutes duration + 5 minutes to get on is 30 minutes total for one kilometer -> 2 km/h
4,ferry,10,,1000,10 minutes duration + 5 minutes to get on is 15 minutes total for one kilometer -> 4km/h
null,,,,Ferry is not set
1 expected,route,duration,interval,_length,comment
2 1,ferry,,,
3 2,ferry,25,,1000,25 minutes duration + 5 minutes to get on is 30 minutes total for one kilometer -> 2 km/h
4 4,ferry,10,,1000,10 minutes duration + 5 minutes to get on is 15 minutes total for one kilometer -> 4km/h
5 null,,,,Ferry is not set