/
srv
/
osrm
/
osrm-backend
/
features
/
guidance
/
/srv/osrm/osrm-backend/features/guidance
mkdir
upload
Name
Size
Mode
Actions
advanced-lanes.feature
12533
0644
edit
dl
rm
anticipate-lanes.feature
50352
0644
edit
dl
rm
bicycle-sliproads.feature
1043
0644
edit
dl
rm
bike-staggered-intersections.feature
5642
0644
edit
dl
rm
bridges_and_tunnels.feature
6638
0644
edit
dl
rm
bugs.feature
3471
0644
edit
dl
rm
circular.feature
1894
0644
edit
dl
rm
collapse-detail.feature
6718
0644
edit
dl
rm
collapse-ferry.feature
6397
0644
edit
dl
rm
collapse.feature
49443
0644
edit
dl
rm
continue.feature
6240
0644
edit
dl
rm
dedicated-turn-roads.feature
44435
0644
edit
dl
rm
destination-signs.feature
3497
0644
edit
dl
rm
directional-destination-signs.feature
3739
0644
edit
dl
rm
directional-ref-destination-signs.feature
3466
0644
edit
dl
rm
divided-highways.feature
4576
0644
edit
dl
rm
driveway.feature
2067
0644
edit
dl
rm
end-of-road.feature
7684
0644
edit
dl
rm
exit-numbers-names.feature
4154
0644
edit
dl
rm
fork.feature
11907
0644
edit
dl
rm
internal-intersections.feature
3080
0644
edit
dl
rm
intersections.feature
5462
0644
edit
dl
rm
low-priority.feature
3382
0644
edit
dl
rm
maneuver-tag.feature
13784
0644
edit
dl
rm
merge-segregated-roads.feature
33373
0644
edit
dl
rm
merge.feature
4055
0644
edit
dl
rm
motorway.feature
12209
0644
edit
dl
rm
new-name.feature
12819
0644
edit
dl
rm
notification.feature
2341
0644
edit
dl
rm
obvious-turn-discovery.feature
41305
0644
edit
dl
rm
perception.feature
4492
0644
edit
dl
rm
post-processing.feature
828
0644
edit
dl
rm
ramp.feature
8484
0644
edit
dl
rm
rotary.feature
11266
0644
edit
dl
rm
roundabout-bike.feature
3954
0644
edit
dl
rm
roundabout-left-sided.feature
2066
0644
edit
dl
rm
roundabout-turn-bike.feature
2157
0644
edit
dl
rm
roundabout-turn.feature
25696
0644
edit
dl
rm
roundabout.feature
44395
0644
edit
dl
rm
staggered-intersections.feature
5430
0644
edit
dl
rm
suffix-changes.feature
3420
0644
edit
dl
rm
suppressed.feature
2209
0644
edit
dl
rm
trimming.feature
675
0644
edit
dl
rm
turn-angles.feature
65140
0644
edit
dl
rm
turn-lanes.feature
64825
0644
edit
dl
rm
turn-location.feature
623
0644
edit
dl
rm
turn.feature
48182
0644
edit
dl
rm
Edit:
/srv/osrm/osrm-backend/features/guidance/roundabout-bike.feature
(3954B)
@routing @guidance Feature: Basic Roundabout Background: Given the profile "bicycle" Given a grid size of 10 meters 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 roundabout right,arrive | | b,f | bcegb,ef,ef | depart,exit roundabout right,arrive | | b,h | bcegb,gh,gh | depart,exit roundabout right,arrive | | c,f | bcegb,ef,ef | depart,exit roundabout right,arrive | | c,h | bcegb,gh,gh | depart,exit roundabout right,arrive | | c,a | bcegb,ab,ab | depart,exit roundabout right,arrive | | e,h | bcegb,gh,gh | depart,exit roundabout right,arrive | | e,a | bcegb,ab,ab | depart,exit roundabout right,arrive | | e,d | bcegb,cd,cd | depart,exit roundabout right,arrive | | g,a | bcegb,ab,ab | depart,exit roundabout right,arrive | | g,d | bcegb,cd,cd | depart,exit roundabout right,arrive | | g,f | bcegb,ef,ef | depart,exit roundabout 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: 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 roundabout right,arrive | | a,l | abc,jkl,jkl,jkl | depart,roundabout-exit-2,exit roundabout straight,arrive | | a,i | abc,ghi,ghi,ghi | depart,roundabout-exit-3,exit roundabout straight,arrive | | a,f | abc,def,def,def | depart,roundabout-exit-4,exit roundabout straight,arrive | | d,f | def,def,def | depart,exit roundabout right,arrive | | d,c | def,abc,abc,abc | depart,roundabout-exit-2,exit roundabout straight,arrive | | d,l | def,jkl,jkl,jkl | depart,roundabout-exit-3,exit roundabout straight,arrive | | d,i | def,ghi,ghi,ghi | depart,roundabout-exit-4,exit roundabout straight,arrive | | g,i | ghi,ghi,ghi | depart,exit roundabout right,arrive | | g,f | ghi,def,def,def | depart,roundabout-exit-2,exit roundabout straight,arrive | | g,c | ghi,abc,abc,abc | depart,roundabout-exit-3,exit roundabout straight,arrive | | g,l | ghi,jkl,jkl,jkl | depart,roundabout-exit-4,exit roundabout straight,arrive | | j,l | jkl,jkl,jkl | depart,exit roundabout right,arrive | | j,i | jkl,ghi,ghi,ghi | depart,roundabout-exit-2,exit roundabout straight,arrive | | j,f | jkl,def,def,def | depart,roundabout-exit-3,exit roundabout straight,arrive | | j,c | jkl,abc,abc,abc | depart,roundabout-exit-4,exit roundabout straight,arrive |
Save
cmd:
run