diff --git a/features/bicycle/access.feature b/features/bicycle/access.feature index 67c81803a..a3345ed9a 100644 --- a/features/bicycle/access.feature +++ b/features/bicycle/access.feature @@ -174,3 +174,11 @@ Feature: Bike - Access tags on ways | cycleway | | no | | x | | runway | | | yes | | | cycleway | | | no | x | + + Scenario: Bike - Bridleways when access is explicit + Then routability should be + | highway | horse | foot | bicycle | bothw | + | bridleway | | | yes | x | + | bridleway | | yes | | x | + | bridleway | designated | | | | + | bridleway | | | | | diff --git a/features/foot/access.feature b/features/foot/access.feature index 4642a3b56..cdcfa3436 100644 --- a/features/foot/access.feature +++ b/features/foot/access.feature @@ -95,3 +95,11 @@ Feature: Foot - Access tags on ways | footway | | no | | x | | motorway | | | yes | | | footway | | | no | x | + + Scenario: Foot - Bridleways when access is explicit + Then routability should be + | highway | horse | bicycle | foot | bothw | + | bridleway | | | yes | x | + | bridleway | | yes | | | + | bridleway | designated | | | | + | bridleway | | | | |