/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/way.feature (1260B)
@routing @foot @way Feature: Foot - Accessability of different way types Background: Given the profile "foot" Scenario: Foot - Basic access Then routability should be | highway | forw | | motorway | | | motorway_link | | | trunk | | | trunk_link | | | primary | x | | primary_link | x | | secondary | x | | secondary_link | x | | tertiary | x | | tertiary_link | x | | residential | x | | service | x | | unclassified | x | | living_street | x | | road | x | | track | x | | path | x | | footway | x | | pedestrian | x | | steps | x | | pier | x | | cycleway | | | bridleway | | Scenario: Foot - Basic access Then routability should be | highway | leisure | forw | | (nil) | track | x |