diff --git a/features/bicycle/access.feature b/features/bicycle/access.feature index e324b2ec34f..67c81803ab8 100644 --- a/features/bicycle/access.feature +++ b/features/bicycle/access.feature @@ -121,6 +121,7 @@ Feature: Bike - Access tags on ways | private | | | | | agricultural | | | | | forestry | | | | + | delivery | | | | | | yes | | x | | | permissive | | x | | | designated | | x | @@ -129,6 +130,7 @@ Feature: Bike - Access tags on ways | | private | | | | | agricultural | | | | | forestry | | | + | | delivery | | | | | | yes | x | | | | permissive | x | | | | designated | x | @@ -137,6 +139,7 @@ Feature: Bike - Access tags on ways | | | private | | | | | agricultural | | | | | forestry | | + | | | delivery | | Scenario: Bike - Access tags on both node and way Then routability should be diff --git a/features/bicycle/access_node.feature b/features/bicycle/access_node.feature index 61e7c131dd1..3c1a75a5f12 100644 --- a/features/bicycle/access_node.feature +++ b/features/bicycle/access_node.feature @@ -47,6 +47,7 @@ Feature: Bike - Access tags on nodes | private | | | | | agricultural | | | | | forestry | | | | + | delivery | | | | | | yes | | x | | | permissive | | x | | | designated | | x | @@ -55,6 +56,7 @@ Feature: Bike - Access tags on nodes | | private | | | | | agricultural | | | | | forestry | | | + | | delivery | | | | | | yes | x | | | | permissive | x | | | | designated | x | @@ -63,3 +65,4 @@ Feature: Bike - Access tags on nodes | | | private | | | | | agricultural | | | | | forestry | | + | | | delivery | | diff --git a/features/car/access.feature b/features/car/access.feature index e98fc59a40f..93691d4d0e0 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -94,6 +94,7 @@ Feature: Car - Restricted access | agricultural | | | forestry | | | psv | | + | delivery | | | some_tag | x | @@ -108,6 +109,7 @@ Feature: Car - Restricted access | agricultural | | | forestry | | | psv | | + | delivery | | | some_tag | x | Scenario: Car - Access tags on both node and way diff --git a/features/foot/access.feature b/features/foot/access.feature index 3c8af412120..4642a3b56c9 100644 --- a/features/foot/access.feature +++ b/features/foot/access.feature @@ -52,6 +52,7 @@ Feature: Foot - Access tags on ways | private | | | | agricultural | | | | forestry | | | + | delivery | | | | | yes | x | | | permissive | x | | | designated | x | @@ -60,6 +61,7 @@ Feature: Foot - Access tags on ways | | private | | | | agricultural | | | | forestry | | + | | delivery | | Scenario: Foot - Access tags on both node and way Then routability should be diff --git a/features/foot/access_node.feature b/features/foot/access_node.feature index 9c6b1966c20..8dc0ebec125 100644 --- a/features/foot/access_node.feature +++ b/features/foot/access_node.feature @@ -40,6 +40,7 @@ Feature: Foot - Access tags on nodes | private | | | | agricultural | | | | forestry | | | + | delivery | | | | no | yes | x | | no | permissive | x | | no | designated | x | @@ -48,3 +49,4 @@ Feature: Foot - Access tags on nodes | yes | private | | | yes | agricultural | | | yes | forestry | | + | yes | delivery | |