refactor of post-processing
- moves collapse into a dedicated set of functions / files - make collapse scenarios distinct (slight performance cost) - reduce verbosity for short name segments (now actually working, was supposed to do so before)
This commit is contained in:
committed by
Patrick Niklaus
parent
8d83c3adbb
commit
6c3390f14d
@@ -209,7 +209,7 @@ Feature: Estimation of travel time
|
||||
| from | to | route | time |
|
||||
| b | c | abc,abc | 10s +-1 |
|
||||
| c | e | cde,cde | 60s +-1 |
|
||||
| b | d | abc,cde,cde | 40s +-1 |
|
||||
| b | d | abc,cde | 40s +-1 |
|
||||
| a | e | abc,cde,cde | 80s +-1 |
|
||||
|
||||
Scenario: Time of travel on part of a way
|
||||
|
||||
Reference in New Issue
Block a user