/
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/end-of-road.feature
(7684B)
@routing @guidance Feature: End Of Road Instructions Background: Given the profile "car" Given a grid size of 10 meters Scenario: End of Road with through street Given the node map """ c a e b f d """ And the ways | nodes | highway | | aeb | primary | | cbd | primary | | ef | primary | When I route I should get | waypoints | route | turns | | a,c | aeb,cbd,cbd | depart,end of road left,arrive | | a,d | aeb,cbd,cbd | depart,end of road right,arrive | # http://map.project-osrm.org/?z=18¢er=38.906632%2C-77.008265&loc=38.906463%2C-77.007621&loc=38.906822%2C-77.008860&hl=en&alt=0 Scenario: End of Road, unnamed oneway Given the node map """ c a e b f d """ And the ways | nodes | highway | name | oneway | | aeb | primary | road | yes | | cbd | primary | | yes | | ef | primary | turn | yes | When I route I should get | waypoints | route | turns | | a,d | road,, | depart,end of road right,arrive | @3605 Scenario: End of Road with oneway through street Given the node map """ c a e b f d """ And the ways | nodes | highway | oneway | | aeb | primary | no | | cbd | primary | yes | | ef | primary | no | When I route I should get | waypoints | route | turns | | a,d | aeb,cbd,cbd | depart,end of road right,arrive | @3605 Scenario: End of Road fromnameless onto through street Given the node map """ c a e b f d """ And the ways | nodes | highway | oneway | name | | aeb | primary | no | | | cbd | primary | yes | cbd | | ef | primary | no | ef | When I route I should get | waypoints | route | turns | | a,d | ,cbd,cbd | depart,end of road right,arrive | Scenario: End of Road with three streets Given the node map """ c a e b f d """ And the ways | nodes | highway | | aeb | primary | | cb | primary | | bd | primary | | ef | primary | When I route I should get | waypoints | route | turns | | a,c | aeb,cb,cb | depart,end of road left,arrive | | a,d | aeb,bd,bd | depart,end of road right,arrive | Scenario: End of Road with three streets, slightly angled Given the node map """ a e c f b d """ And the ways | nodes | highway | | aeb | primary | | cb | primary | | bd | primary | | ef | primary | When I route I should get | waypoints | route | turns | | a,c | aeb,cb,cb | depart,end of road left,arrive | | a,d | aeb,bd,bd | depart,end of road right,arrive | Scenario: End of Road with three streets, slightly angled Given the node map """ c f b a e d """ And the ways | nodes | highway | | aeb | primary | | ef | primary | | cb | primary | | bd | primary | When I route I should get | waypoints | route | turns | | a,c | aeb,cb,cb | depart,end of road left,arrive | | a,d | aeb,bd,bd | depart,end of road right,arrive | Scenario: End of Road with through street, slightly angled Given the node map """ a e c f b d """ And the ways | nodes | highway | | aeb | primary | | ef | primary | | cbd | primary | When I route I should get | waypoints | route | turns | | a,c | aeb,cbd,cbd | depart,end of road left,arrive | | a,d | aeb,cbd,cbd | depart,end of road right,arrive | Scenario: End of Road with through street, slightly angled Given the node map """ c f b a e d """ And the ways | nodes | highway | | aeb | primary | | ef | primary | | cbd | primary | When I route I should get | waypoints | route | turns | | a,c | aeb,cbd,cbd | depart,end of road left,arrive | | a,d | aeb,cbd,cbd | depart,end of road right,arrive | Scenario: End of Road with two ramps - prefer ramp over end of road Given the node map """ c a e b f d """ And the ways | nodes | highway | | aeb | primary | | ef | primary | | bc | motorway_link | | bd | motorway_link | When I route I should get | waypoints | route | turns | | a,c | aeb,bc,bc | depart,on ramp left,arrive | | a,d | aeb,bd,bd | depart,on ramp right,arrive | # http://www.openstreetmap.org/#map=19/52.49907/13.41836 @end-of-road @negative Scenario: Don't Handle Circles as End-Of-Road Given the node map """ r q a s b j l c i k h m d n e g f o p """ And the ways | nodes | highway | name | oneway | | abcdefghijsa | secondary | kotti | yes | | ki | secondary | skal | yes | | cl | secondary | skal | yes | | md | secondary | skal | yes | | gn | secondary | skal | yes | | qa | tertiary | adal | no | | br | residential | rei | yes | | fo | secondary | kstr | yes | | pg | secondary | kstr | yes | When I route I should get | waypoints | route | turns | # | | k,l | skal,kotti,skal,skal | depart,turn right,turn right,arrive | # could be a case to find better turn instructions for |
Save
cmd:
run