Adds tests for routing over delivery ways and nodes; see #2150.
This commit is contained in:
parent
3ee8b655ea
commit
efe6faabfd
@ -121,6 +121,7 @@ Feature: Bike - Access tags on ways
|
|||||||
| private | | | |
|
| private | | | |
|
||||||
| agricultural | | | |
|
| agricultural | | | |
|
||||||
| forestry | | | |
|
| forestry | | | |
|
||||||
|
| delivery | | | |
|
||||||
| | yes | | x |
|
| | yes | | x |
|
||||||
| | permissive | | x |
|
| | permissive | | x |
|
||||||
| | designated | | x |
|
| | designated | | x |
|
||||||
@ -129,6 +130,7 @@ Feature: Bike - Access tags on ways
|
|||||||
| | private | | |
|
| | private | | |
|
||||||
| | agricultural | | |
|
| | agricultural | | |
|
||||||
| | forestry | | |
|
| | forestry | | |
|
||||||
|
| | delivery | | |
|
||||||
| | | yes | x |
|
| | | yes | x |
|
||||||
| | | permissive | x |
|
| | | permissive | x |
|
||||||
| | | designated | x |
|
| | | designated | x |
|
||||||
@ -137,6 +139,7 @@ Feature: Bike - Access tags on ways
|
|||||||
| | | private | |
|
| | | private | |
|
||||||
| | | agricultural | |
|
| | | agricultural | |
|
||||||
| | | forestry | |
|
| | | forestry | |
|
||||||
|
| | | delivery | |
|
||||||
|
|
||||||
Scenario: Bike - Access tags on both node and way
|
Scenario: Bike - Access tags on both node and way
|
||||||
Then routability should be
|
Then routability should be
|
||||||
|
@ -47,6 +47,7 @@ Feature: Bike - Access tags on nodes
|
|||||||
| private | | | |
|
| private | | | |
|
||||||
| agricultural | | | |
|
| agricultural | | | |
|
||||||
| forestry | | | |
|
| forestry | | | |
|
||||||
|
| delivery | | | |
|
||||||
| | yes | | x |
|
| | yes | | x |
|
||||||
| | permissive | | x |
|
| | permissive | | x |
|
||||||
| | designated | | x |
|
| | designated | | x |
|
||||||
@ -55,6 +56,7 @@ Feature: Bike - Access tags on nodes
|
|||||||
| | private | | |
|
| | private | | |
|
||||||
| | agricultural | | |
|
| | agricultural | | |
|
||||||
| | forestry | | |
|
| | forestry | | |
|
||||||
|
| | delivery | | |
|
||||||
| | | yes | x |
|
| | | yes | x |
|
||||||
| | | permissive | x |
|
| | | permissive | x |
|
||||||
| | | designated | x |
|
| | | designated | x |
|
||||||
@ -63,3 +65,4 @@ Feature: Bike - Access tags on nodes
|
|||||||
| | | private | |
|
| | | private | |
|
||||||
| | | agricultural | |
|
| | | agricultural | |
|
||||||
| | | forestry | |
|
| | | forestry | |
|
||||||
|
| | | delivery | |
|
||||||
|
@ -94,6 +94,7 @@ Feature: Car - Restricted access
|
|||||||
| agricultural | |
|
| agricultural | |
|
||||||
| forestry | |
|
| forestry | |
|
||||||
| psv | |
|
| psv | |
|
||||||
|
| delivery | |
|
||||||
| some_tag | x |
|
| some_tag | x |
|
||||||
|
|
||||||
|
|
||||||
@ -108,6 +109,7 @@ Feature: Car - Restricted access
|
|||||||
| agricultural | |
|
| agricultural | |
|
||||||
| forestry | |
|
| forestry | |
|
||||||
| psv | |
|
| psv | |
|
||||||
|
| delivery | |
|
||||||
| some_tag | x |
|
| some_tag | x |
|
||||||
|
|
||||||
Scenario: Car - Access tags on both node and way
|
Scenario: Car - Access tags on both node and way
|
||||||
|
@ -52,6 +52,7 @@ Feature: Foot - Access tags on ways
|
|||||||
| private | | |
|
| private | | |
|
||||||
| agricultural | | |
|
| agricultural | | |
|
||||||
| forestry | | |
|
| forestry | | |
|
||||||
|
| delivery | | |
|
||||||
| | yes | x |
|
| | yes | x |
|
||||||
| | permissive | x |
|
| | permissive | x |
|
||||||
| | designated | x |
|
| | designated | x |
|
||||||
@ -60,6 +61,7 @@ Feature: Foot - Access tags on ways
|
|||||||
| | private | |
|
| | private | |
|
||||||
| | agricultural | |
|
| | agricultural | |
|
||||||
| | forestry | |
|
| | forestry | |
|
||||||
|
| | delivery | |
|
||||||
|
|
||||||
Scenario: Foot - Access tags on both node and way
|
Scenario: Foot - Access tags on both node and way
|
||||||
Then routability should be
|
Then routability should be
|
||||||
|
@ -40,6 +40,7 @@ Feature: Foot - Access tags on nodes
|
|||||||
| private | | |
|
| private | | |
|
||||||
| agricultural | | |
|
| agricultural | | |
|
||||||
| forestry | | |
|
| forestry | | |
|
||||||
|
| delivery | | |
|
||||||
| no | yes | x |
|
| no | yes | x |
|
||||||
| no | permissive | x |
|
| no | permissive | x |
|
||||||
| no | designated | x |
|
| no | designated | x |
|
||||||
@ -48,3 +49,4 @@ Feature: Foot - Access tags on nodes
|
|||||||
| yes | private | |
|
| yes | private | |
|
||||||
| yes | agricultural | |
|
| yes | agricultural | |
|
||||||
| yes | forestry | |
|
| yes | forestry | |
|
||||||
|
| yes | delivery | |
|
||||||
|
Loading…
Reference in New Issue
Block a user