/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/rotary.feature (11266B)
@routing @guidance Feature: Rotary Background: Given the profile "car" Given a grid size of 30 meters Scenario: Enter and Exit Given the node map """ a b h g c d e f """ And the ways | nodes | junction | | ab | | | cd | | | ef | | | gh | | | bgecb | roundabout | When I route I should get | waypoints | route | turns | | a,d | ab,cd,cd,cd | depart,bgecb-exit-3,exit rotary right,arrive | | a,f | ab,ef,ef,ef | depart,bgecb-exit-2,exit rotary right,arrive | | a,h | ab,gh,gh,gh | depart,bgecb-exit-1,exit rotary right,arrive | | d,f | cd,ef,ef,ef | depart,bgecb-exit-3,exit rotary right,arrive | | d,h | cd,gh,gh,gh | depart,bgecb-exit-2,exit rotary right,arrive | | d,a | cd,ab,ab,ab | depart,bgecb-exit-1,exit rotary right,arrive | | f,h | ef,gh,gh,gh | depart,bgecb-exit-3,exit rotary right,arrive | | f,a | ef,ab,ab,ab | depart,bgecb-exit-2,exit rotary right,arrive | | f,d | ef,cd,cd,cd | depart,bgecb-exit-1,exit rotary right,arrive | | h,a | gh,ab,ab,ab | depart,bgecb-exit-3,exit rotary right,arrive | | h,d | gh,cd,cd,cd | depart,bgecb-exit-2,exit rotary right,arrive | | h,f | gh,ef,ef,ef | depart,bgecb-exit-1,exit rotary right,arrive | Scenario: Only Enter Given the node map """ a b d c g h e f """ And the ways | nodes | junction | | ab | | | cd | | | ef | | | gh | | | bcegb | roundabout | When I route I should get | waypoints | route | turns | | a,c | ab,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | a,e | ab,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | a,g | ab,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | d,e | cd,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | d,g | cd,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | d,b | cd,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | f,g | ef,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | f,b | ef,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | f,c | ef,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | h,b | gh,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | h,c | gh,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | | h,e | gh,bcegb,bcegb | depart,bcegb-exit-undefined,arrive | Scenario: Only Exit Given the node map """ a b d c g h e f """ And the ways | nodes | junction | | ab | | | cd | | | ef | | | gh | | | bcegb | roundabout | When I route I should get | waypoints | route | turns | | b,d | bcegb,cd,cd | depart,exit rotary right,arrive | | b,f | bcegb,ef,ef | depart,exit rotary right,arrive | | b,h | bcegb,gh,gh | depart,exit rotary right,arrive | | c,f | bcegb,ef,ef | depart,exit rotary right,arrive | | c,h | bcegb,gh,gh | depart,exit rotary right,arrive | | c,a | bcegb,ab,ab | depart,exit rotary right,arrive | | e,h | bcegb,gh,gh | depart,exit rotary right,arrive | | e,a | bcegb,ab,ab | depart,exit rotary right,arrive | | e,d | bcegb,cd,cd | depart,exit rotary right,arrive | | g,a | bcegb,ab,ab | depart,exit rotary right,arrive | | g,d | bcegb,cd,cd | depart,exit rotary right,arrive | | g,f | bcegb,ef,ef | depart,exit rotary right,arrive | #phantom node snapping can result in a full round-trip here, therefore we cannot test b->a and the other direct exits Scenario: Drive Around Given the node map """ a b d c g h e f """ And the ways | nodes | junction | | ab | | | cd | | | ef | | | gh | | | bcegb | roundabout | When I route I should get | waypoints | route | turns | | b,c | bcegb,bcegb | depart,arrive | | b,e | bcegb,bcegb | depart,arrive | | b,g | bcegb,bcegb | depart,arrive | | c,e | bcegb,bcegb | depart,arrive | | c,g | bcegb,bcegb | depart,arrive | | c,b | bcegb,bcegb | depart,arrive | | e,g | bcegb,bcegb | depart,arrive | | e,b | bcegb,bcegb | depart,arrive | | e,c | bcegb,bcegb | depart,arrive | | g,b | bcegb,bcegb | depart,arrive | | g,c | bcegb,bcegb | depart,arrive | | g,e | bcegb,bcegb | depart,arrive | #needs to be adjusted when name-discovery works for entrys Scenario: Mixed Entry and Exit Given the node map """ c a j b f k e l h d g i """ And the ways | nodes | junction | oneway | | abc | | yes | | def | | yes | | ghi | | yes | | jkl | | yes | | bkheb | roundabout | yes | When I route I should get | waypoints | route | turns | | a,c | abc,abc,abc | depart,exit rotary right,arrive | | a,l | abc,jkl,jkl,jkl | depart,bkheb-exit-2,exit rotary straight,arrive | | a,i | abc,ghi,ghi,ghi | depart,bkheb-exit-3,exit rotary straight,arrive | | a,f | abc,def,def,def | depart,bkheb-exit-4,exit rotary straight,arrive | | d,f | def,def,def | depart,exit rotary right,arrive | | d,c | def,abc,abc,abc | depart,bkheb-exit-2,exit rotary straight,arrive | | d,l | def,jkl,jkl,jkl | depart,bkheb-exit-3,exit rotary straight,arrive | | d,i | def,ghi,ghi,ghi | depart,bkheb-exit-4,exit rotary straight,arrive | | g,i | ghi,ghi,ghi | depart,exit rotary right,arrive | | g,f | ghi,def,def,def | depart,bkheb-exit-2,exit rotary straight,arrive | | g,c | ghi,abc,abc,abc | depart,bkheb-exit-3,exit rotary straight,arrive | | g,l | ghi,jkl,jkl,jkl | depart,bkheb-exit-4,exit rotary straight,arrive | | j,l | jkl,jkl,jkl | depart,exit rotary right,arrive | | j,i | jkl,ghi,ghi,ghi | depart,bkheb-exit-2,exit rotary straight,arrive | | j,f | jkl,def,def,def | depart,bkheb-exit-3,exit rotary straight,arrive | | j,c | jkl,abc,abc,abc | depart,bkheb-exit-4,exit rotary straight,arrive | Scenario: Collinear in X,Y Given the node map """ a b c d f e """ And the ways | nodes | junction | | ab | | | bcdb | roundabout | | ce | | | df | | When I route I should get | waypoints | route | turns | | a,e | ab,ce,ce,ce | depart,bcdb-exit-1,exit rotary straight,arrive | | a,f | ab,df,df,df | depart,bcdb-exit-2,exit rotary straight,arrive | Scenario: Collinear in X,Y Given the node map """ a d b c f e """ And the ways | nodes | junction | | ad | | | bcdb | roundabout | | be | | | cf | | When I route I should get | waypoints | route | turns | | a,e | ad,be,be,be | depart,bcdb-exit-1,exit rotary straight,arrive | | a,f | ad,cf,cf,cf | depart,bcdb-exit-2,exit rotary straight,arrive | Scenario: Collinear in X,Y Given the node map """ a c d b f e """ And the ways | nodes | junction | | ac | | | bcdb | roundabout | | de | | | bf | | When I route I should get | waypoints | route | turns | | a,e | ac,de,de,de | depart,bcdb-exit-1,exit rotary straight,arrive | | a,f | ac,bf,bf,bf | depart,bcdb-exit-2,exit rotary straight,arrive | Scenario: Collinear in X,Y Given the node map """ f d c e b a """ And the ways | nodes | junction | | ab | | | bcdb | roundabout | | ce | | | df | | When I route I should get | waypoints | route | turns | | a,e | ab,ce,ce,ce | depart,bcdb-exit-1,exit rotary right,arrive | | a,f | ab,df,df,df | depart,bcdb-exit-2,exit rotary right,arrive | Scenario: Collinear in X,Y Given the node map """ f d c e b a """ And the ways | nodes | junction | | ab | | | bcdb | roundabout | | ce | | | df | | When I route I should get | waypoints | route | turns | | a,e | ab,ce,ce,ce | depart,bcdb-exit-1,exit rotary right,arrive | | a,f | ab,df,df,df | depart,bcdb-exit-2,exit rotary right,arrive |