/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/destination-signs.feature (3497B)
@routing @guidance Feature: Destination Signs Background: Given the profile "car" Scenario: Car - route name assembly with destination signs Given the node map """ a b c d e f g h i j k l m n o p q r s t u v """ And the ways | nodes | name | ref | destination | destination:ref | destination:street | oneway | # | | ab | AB | E1 | | | | yes | | | cd | CD | | Berlin | | | yes | | | ef | EF | | Berlin | A1 | | yes | | | gh | | | Berlin | A1 | | yes | | | ij | | | Berlin | | | yes | | | kl | KL | E1 | Berlin | A1 | | yes | | | mn | MN | | Berlin;Hamburg | A1;A2 | | yes | | | op | OP | | Berlin;Hamburg | A1;A2 | | no | mis-tagged destination: not a oneway | | qr | QR | | | A1;A2 | | yes | | | st | ST | | | | St Street | yes | | | uv | UV | | Berlin | | St Street | yes | | When I route I should get | from | to | route | destinations | ref | # | | a | b | AB,AB | , | E1,E1 | | | c | d | CD,CD | Berlin,Berlin | , | | | e | f | EF,EF | A1: Berlin,A1: Berlin | , | | | g | h | , | A1: Berlin,A1: Berlin | , | | | i | j | , | Berlin,Berlin | , | | | k | l | KL,KL | A1: Berlin,A1: Berlin | E1,E1 | | | m | n | MN,MN | A1, A2: Berlin, Hamburg,A1, A2: Berlin, Hamburg | , | | | o | p | OP,OP | , | , | guard against mis-tagging | | q | r | QR,QR | A1, A2,A1, A2 | , | | | s | t | ST,ST | St Street,St Street | , | | | u | v | UV,UV | Berlin,Berlin | , | city preferred over street |