diff --git a/features/bicycle/access.feature b/features/bicycle/access.feature index 868322b08..9f2e3ea98 100644 --- a/features/bicycle/access.feature +++ b/features/bicycle/access.feature @@ -188,3 +188,11 @@ Feature: Bike - Access tags on ways | highway | railway | oneway | bothw | | residential | tram | yes | x | + Scenario: Bike - Access combinations + Then routability should be + | highway | access | bothw | + | primary | permissive | x | + | steps | permissive | x | + | footway | permissive | x | + | garbagetag | permissive | x | + diff --git a/features/foot/access.feature b/features/foot/access.feature index 525fd03d2..87330ec9c 100644 --- a/features/foot/access.feature +++ b/features/foot/access.feature @@ -108,3 +108,12 @@ Feature: Foot - Access tags on ways Then routability should be | highway | bicycle:backward | foot:backward | forw | backw | | cycleway | designated | designated | | x | + + Scenario: Foot - Access combinations + Then routability should be + | highway | access | bothw | + | primary | permissive | x | + | steps | permissive | x | + | footway | permissive | x | + | garbagetag | permissive | x | +