/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/exit-numbers-names.feature (4154B)
@routing @guidance Feature: Exit Numbers and Names Background: Given the profile "car" Given a grid size of 10 meters Scenario: Exit number on the way after the motorway junction Given the node map """ a . . b . c . . d ` e . . f """ And the nodes | node | highway | | b | motorway_junction | And the ways | nodes | highway | name | junction:ref | | abcd | motorway | MainRoad | | | be | motorway_link | ExitRamp | 3 | | ef | motorway_link | ExitRamp | | When I route I should get | waypoints | route | turns | exits | | a,f | MainRoad,ExitRamp,ExitRamp | depart,off ramp slight right,arrive | ,3, | Scenario: Exit number on the way, motorway junction node tag missing, multiple numbers Given the node map """ a . . b . c . . d ` e . . f """ And the ways | nodes | highway | name | junction:ref | | abcd | motorway | MainRoad | | | be | motorway_link | ExitRamp | 10;12 | | ef | motorway_link | ExitRamp | | When I route I should get | waypoints | route | turns | exits | | a,f | MainRoad,ExitRamp,ExitRamp | depart,off ramp slight right,arrive | ,10; 12, | Scenario: Exit number on the ways after the motorway junction, multiple exits Given the node map """ a . . b . c . . d ` e . . f ` g . . h """ And the nodes | node | highway | | b | motorway_junction | And the ways | nodes | highway | name | junction:ref | | abcd | motorway | MainRoad | | | be | motorway_link | ExitRamp | 3 | | ef | motorway_link | ExitRamp | | | bg | motorway_link | ExitRamp | 3 | | gh | motorway_link | ExitRamp | | When I route I should get | waypoints | route | turns | exits | | a,f | MainRoad,ExitRamp,ExitRamp | depart,off ramp slight right,arrive | ,3, | | a,h | MainRoad,ExitRamp,ExitRamp | depart,off ramp right,arrive | ,3, | # http://www.openstreetmap.org/way/417524818#map=17/37.38663/-121.97972 Scenario: Exit 393 on Bayshore Freeway Given the node map """ a ` b ` c . ` d f ` e """ And the nodes | node | highway | | c | motorway_junction | And the ways | nodes | highway | name | junction:ref | oneway | destination | | abcde | motorway | Bayshore Freeway | | yes | | | cf | motorway_link | | 393 | yes | Great America Parkway;Bowers Avenue | When I route I should get | waypoints | route | turns | exits | destinations | | a,e | Bayshore Freeway,Bayshore Freeway | depart,arrive | , | , | | a,f | Bayshore Freeway,, | depart,off ramp slight right,arrive | ,393,393 | ,Great America Parkway, Bowers Avenue,Great America Parkway, Bowers Avenue |