/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/driveway.feature (2067B)
@driveway @guidance Feature: Driveways intersections Background: Given the profile "car" Given a grid size of 5 meters Scenario: Road with a turn to service road Given the node map """ a ~. b----c----d | e """ And the ways | nodes | highway | name | oneway | | abc | trunk | first | yes | | cd | trunk | second | yes | | be | service | parking | yes | When I route I should get | waypoints | route | turns | locations | | a,d | first,second | depart,arrive | a,d | Scenario: Turn Instead of Ramp Given the node map """ a ~. b----c----d | e """ And the ways | nodes | highway | name | oneway | | ab | trunk | | yes | | bc | trunk | | yes | | cd | trunk | second | yes | | be | service | parking | yes | When I route I should get | waypoints | route | turns | locations | | a,d | ,second | depart,arrive | a,d | Scenario: Road with a turn to service road Given the node map """ /-----------------e a---b------------------c `-----------------d """ And the ways | nodes | highway | name | oneway | | abc | trunk | road | yes | | bd | service | serv | yes | | be | service | serv | yes | When I route I should get | waypoints | route | turns | locations | | a,d | road,serv,serv | depart,turn slight right,arrive | a,b,d | | a,e | road,serv,serv | depart,turn slight left,arrive | a,b,e |