/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/barrier.feature (1608B)
@routing @foot @barrier Feature: Barriers Background: Given the profile "foot" Scenario: Foot - Barriers Then routability should be | node/barrier | bothw | | | x | | bollard | x | | gate | x | | lift_gate | x | | cycle_barrier | x | | cattle_grid | x | | border_control | x | | toll_booth | x | | sally_port | x | | entrance | x | | wall | | | fence | | | some_tag | x | | block | x | Scenario: Foot - Access tag trumphs barriers Then routability should be | node/barrier | node/access | bothw | | bollard | | x | | bollard | yes | x | | bollard | permissive | x | | bollard | designated | x | | bollard | no | | | bollard | private | | | bollard | agricultural | | | wall | | | | wall | yes | x | | wall | permissive | x | | wall | designated | x | | gate | no | | | gate | private | | | gate | agricultural | |