/srv/osrm/osrm-backend/features/guidance
NameSizeModeActions
advanced-lanes.feature125330644editdlrm
anticipate-lanes.feature503520644editdlrm
bicycle-sliproads.feature10430644editdlrm
bike-staggered-intersections.feature56420644editdlrm
bridges_and_tunnels.feature66380644editdlrm
bugs.feature34710644editdlrm
circular.feature18940644editdlrm
collapse-detail.feature67180644editdlrm
collapse-ferry.feature63970644editdlrm
collapse.feature494430644editdlrm
continue.feature62400644editdlrm
dedicated-turn-roads.feature444350644editdlrm
destination-signs.feature34970644editdlrm
directional-destination-signs.feature37390644editdlrm
directional-ref-destination-signs.feature34660644editdlrm
divided-highways.feature45760644editdlrm
driveway.feature20670644editdlrm
end-of-road.feature76840644editdlrm
exit-numbers-names.feature41540644editdlrm
fork.feature119070644editdlrm
internal-intersections.feature30800644editdlrm
intersections.feature54620644editdlrm
low-priority.feature33820644editdlrm
maneuver-tag.feature137840644editdlrm
merge-segregated-roads.feature333730644editdlrm
merge.feature40550644editdlrm
motorway.feature122090644editdlrm
new-name.feature128190644editdlrm
notification.feature23410644editdlrm
obvious-turn-discovery.feature413050644editdlrm
perception.feature44920644editdlrm
post-processing.feature8280644editdlrm
ramp.feature84840644editdlrm
rotary.feature112660644editdlrm
roundabout-bike.feature39540644editdlrm
roundabout-left-sided.feature20660644editdlrm
roundabout-turn-bike.feature21570644editdlrm
roundabout-turn.feature256960644editdlrm
roundabout.feature443950644editdlrm
staggered-intersections.feature54300644editdlrm
suffix-changes.feature34200644editdlrm
suppressed.feature22090644editdlrm
trimming.feature6750644editdlrm
turn-angles.feature651400644editdlrm
turn-lanes.feature648250644editdlrm
turn-location.feature6230644editdlrm
turn.feature481820644editdlrm
Edit: /srv/osrm/osrm-backend/features/guidance/new-name.feature (12819B)
@routing @guidance Feature: New-Name Instructions Background: Given the profile "car" Given a grid size of 150 meters Scenario: Undisturbed name Change Given the node map """ a b c """ And the ways | nodes | | ab | | bc | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name straight,arrive | Scenario: Undisturbed Name Change with unannounced Turn Right Given the node map """ a b c """ And the ways | nodes | | ab | | bc | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name slight right,arrive | Scenario: Undisturbed Name Change with unannounced Turn Left Given the node map """ c a b """ And the ways | nodes | | ab | | bc | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name slight left,arrive | Scenario: Disturbed Name Change with Turn Given the node map """ a b d c """ And the ways | nodes | | ab | | bc | | db | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name slight right,arrive | Scenario: Undisturbed Name Change with announced Turn Left Given the node map """ c a b """ And the ways | nodes | | ab | | bc | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name left,arrive | Scenario: Undisturbed Name Change with announced Turn Sharp Left Given the node map """ c a b """ And the ways | nodes | | ab | | bc | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name sharp left,arrive | Scenario: Undisturbed Name Change with announced Turn Right Given the node map """ a b c """ And the ways | nodes | | ab | | bc | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name right,arrive | Scenario: Undisturbed Name Change with announced Turn Sharp Right Given the node map """ a b c """ And the ways | nodes | | ab | | bc | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name sharp right,arrive | Scenario: Disturbed Name Change with minor road class Given the node map """ a b d c """ And the ways | nodes | highway | oneway | | ab | residential | yes | | bc | residential | yes | | bd | service | yes | When I route I should get | waypoints | route | turns | | a,c | ab,bc,bc | depart,new name slight right,arrive | Scenario: Empty road names - Announce Change From, suppress Change To Given the node map """ a b 1 c d """ And the ways | nodes | name | | ab | ab | | bc | | | cd | cd | When I route I should get | waypoints | route | turns | | a,d | ab,cd,cd | depart,new name straight,arrive | | a,1 | ab, | depart,arrive | Scenario: Empty road names - Loose name shortly Given the node map """ a b c d e """ And the ways | nodes | name | | ab | name | | bc | with-name | | cd | | | de | with-name | When I route I should get | waypoints | route | turns | | a,e | name,with-name,with-name | depart,new name straight,arrive | | b,e | with-name,with-name | depart,arrive | Scenario: Both Name and Ref Empty Given the node map """ a b c """ And the ways | nodes | name | ref | | ab | | | | bc | | | When I route I should get | waypoints | route | turns | | a,c | , | depart,arrive | Scenario: Same Name, Ref Extended Given the node map """ a b c """ And the ways | nodes | name | ref | | ab | A | B1 | | bc | C | B1;B2 | When I route I should get | waypoints | route | turns | | a,c | A,C,C | depart,new name straight,arrive | Scenario: Same Name, Ref Removed Given the node map """ a b c """ And the ways | nodes | name | ref | | ab | A | B1;B2 | | bc | C | B1 | When I route I should get | waypoints | route | turns | | a,c | A,C,C | depart,new name straight,arrive | Scenario: Name Removed, Ref Extended Given the node map """ a b c """ And the ways | nodes | name | ref | | ab | A | B1 | | bc | | B1;B2 | When I route I should get | waypoints | route | turns | | a,c | A, | depart,arrive | Scenario: Name Added, Ref Removed Given the node map """ a b c """ And the ways | nodes | name | ref | | ab | | B1 | | bc | A | | When I route I should get | waypoints | route | turns | | a,c | ,A,A | depart,new name straight,arrive | Scenario: Prefix Change Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | North Central Expressway | US 75 | motorway | | bc | Central Expressway | US 75 | motorway | When I route I should get | waypoints | route | turns | | a,c | North Central Expressway,Central Expressway | depart,arrive | Scenario: Prefix Change Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ba | North Central Expressway | US 75 | motorway | | cb | Central Expressway | US 75 | motorway | When I route I should get | waypoints | route | turns | | c,a | Central Expressway,North Central Expressway | depart,arrive | Scenario: No Name, Same Reference Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | Central Expressway | US 75 | motorway | | bc | | US 75 | motorway | When I route I should get | waypoints | route | turns | | a,c | Central Expressway, | depart,arrive | Scenario: No Name, Same Reference Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | | US 75 | motorway | | bc | Central Expressway | US 75 | motorway | When I route I should get | waypoints | route | turns | | a,c | ,Central Expressway | depart,arrive | Scenario: No Name, Same Reference Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | | US 75;US 69 | motorway | | bc | | US 75 | motorway | When I route I should get | waypoints | route | turns | | a,c | , | depart,arrive | Scenario: No Name, Same Reference Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | | US 69;US 75 | motorway | | bc | | US 75 | motorway | When I route I should get | waypoints | route | turns | | a,c | , | depart,arrive | Scenario: No Name, Same Reference Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | | US 75 | motorway | | bc | | US 75;US 69 | motorway | When I route I should get | waypoints | route | turns | | a,c | , | depart,arrive | Scenario: No Name, Same Reference Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | | US 75 | motorway | | bc | | US 69;US 75 | motorway | When I route I should get | waypoints | route | turns | | a,c | , | depart,arrive | Scenario: No Name, Reference changed Given the node map """ a ----- b ----- c """ And the ways | nodes | name | ref | highway | | ab | | US 322 | motorway | | bc | | US 422 | motorway | When I route I should get | waypoints | route | turns | | a,c | ,, | depart,new name straight,arrive | Scenario: Spaces in refs for containment check, #3086 Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | Keystone | US 64;US 412;OK 151 Detour | motorway | | bc | Keystone | US 64; US 412 | motorway | When I route I should get | waypoints | route | turns | | a,c | Keystone,Keystone | depart,arrive | Scenario: More spaces in refs for containment check, #3086 Given the node map """ a b c """ And the ways | nodes | name | ref | highway | | ab | Keystone | US 64; US 412 ; OK 151 Detour | motorway | | bc | Keystone | US 64 ; US 412 | motorway | When I route I should get | waypoints | route | turns | | a,c | Keystone,Keystone | depart,arrive |