check for compatibility in post-processing (#3227)
This commit is contained in:
committed by
Daniel Patterson
parent
9d24a4422a
commit
388d84a89e
@@ -255,3 +255,24 @@ Feature: Ramp Guidance
|
||||
| waypoints | route | turns |
|
||||
| a,d | , | depart,arrive |
|
||||
| b,d | , | depart,arrive |
|
||||
|
||||
Scenario: Ferry Onto A Ramp
|
||||
Given the node map
|
||||
"""
|
||||
d - e - g
|
||||
|
|
||||
a - b ~ ~ ~ ~ ~ ~ ~ c
|
||||
` f
|
||||
"""
|
||||
|
||||
And the ways
|
||||
| nodes | highway | route | name | ref |
|
||||
| ab | primary | | boarding | |
|
||||
| bc | | ferry | boaty mc boatface | m2 |
|
||||
| cf | | ferry | boaty mc boatface | |
|
||||
| cd | | ferry | boaty mc boatface's cousin | |
|
||||
| de | motorway_link | | | |
|
||||
|
||||
When I route I should get
|
||||
| waypoints | route |
|
||||
| a,e | boarding,boaty mc boatface,boaty mc boatface's cousin,, |
|
||||
|
||||
Reference in New Issue
Block a user