/srv/osrm/osrm-backend/features/foot
NameSizeModeActions
access.feature54170644editdlrm
access_node.feature23830644editdlrm
area.feature33380644editdlrm
barrier.feature16080644editdlrm
distance.feature9030644editdlrm
ferry.feature21080644editdlrm
intersection.feature8070644editdlrm
maxspeed.feature7890644editdlrm
names.feature10470644editdlrm
oneway.feature27510644editdlrm
restrictions.feature41360644editdlrm
roundabout.feature12460644editdlrm
startpoint.feature11100644editdlrm
surface.feature5270644editdlrm
way.feature12600644editdlrm
Edit: /srv/osrm/osrm-backend/features/foot/roundabout.feature (1246B)
@routing @foot @roundabout @instruction @todo Feature: Roundabout Instructions Background: Given the profile "foot" Scenario: Foot - Roundabout instructions # You can walk in both directions on a roundabout, bu the normal roundabout instructions don't # make sense when you're going the opposite way around the roundabout. Given the node map """ v d s a c u b t """ And the ways | nodes | junction | | sa | | | tb | | | uc | | | vd | | | abcda | roundabout | When I route I should get | from | to | route | turns | | s | t | sa,tb | depart,roundabout-exit-1,arrive | | s | u | sa,uc | depart,roundabout-exit-2,arrive | | s | v | sa,vd | depart,roundabout-exit-3,arrive | | u | v | uc,vd | depart,roundabout-exit-1,arrive | | u | s | uc,sa | depart,roundabout-exit-2,arrive | | u | t | uc,tb | depart,roundabout-exit-3,arrive |