/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/directional-ref-destination-signs.feature (3466B)
@routing @guidance Feature: Destination Signs Background: Given the profile "car" Scenario: Car - route name assembly with destination signs accounting for directional:ref tags Given the node map """ a b c d e f g h i j k l m n o p q r """ And the ways | nodes | name | destination | destination:ref | destination:ref:forward | destination:ref:backward | destination:forward | destination:backward | oneway | # | | ab | AB | Berlin | A1 | A1 | A2 | | | yes | | | cd | CD | | A1 | A1 | A2 | Berlin | Hamburg | -1 | | | ef | EF | | | A1 | A2 | Berlin | Hamburg | yes | | | gh | GH | | | A1 | A2 | Berlin | Hamburg | -1 | | | ij | IJ | Berlin | A1 | | A2 | Berlin | Hamburg | yes | | | kl | KL | | A1 | | A2 | Berlin | Hamburg | -1 | | | mn | MN | Berlin | A1 | A1 | | Berlin | Hamburg | no | mis-tagged destination: not a oneway | When I route I should get | from | to | route | destinations | ref | # | | a | b | AB,AB | A1: Berlin,A1: Berlin | , | | | d | c | CD,CD | A2: Hamburg,A2: Hamburg | , | | | e | f | EF,EF | A1: Berlin,A1: Berlin | , | | | h | g | GH,GH | A2: Hamburg,A2: Hamburg | , | | | i | j | IJ,IJ | A1: Berlin,A1: Berlin | , | | | l | k | KL,KL | A2: Hamburg,A2: Hamburg | , | | | m | n | MN,MN | , | , | guard against mis-tagging |