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:
Moritz Kobitzsch
2017-02-15 15:12:24 +01:00
committed by Patrick Niklaus
parent 8d83c3adbb
commit 6c3390f14d
59 changed files with 1992 additions and 1337 deletions
+3 -3
View File
@@ -98,6 +98,6 @@ Feature: Avoid weird loops caused by rounding errors
| bh | primary |
When I route I should get
| waypoints | route |
| a,2,d | ab,be,ef,ef,ef,cf,cd,cd |
| a,1,d | ab,be,ef,ef,ef,cf,cd,cd |
| waypoints | route |
| a,2,d | ab,be,ef,ef,ef,cd,cd |
| a,1,d | ab,be,ef,ef,ef,cd,cd |