Don't route on proposed ways (#6615)

This commit is contained in:
Lasse Liehu
2023-08-20 12:17:30 +03:00
committed by GitHub
parent 3f9347cfb2
commit d234c7246c
5 changed files with 21 additions and 2 deletions
+6
View File
@@ -36,3 +36,9 @@ Feature: Foot - Accessability of different way types
| highway | leisure | forw |
| (nil) | track | x |
Scenario: Foot - Proposed ways
Then routability should be
| highway | foot | proposed | forw |
| footway | | | x |
| proposed | | | |
| proposed | yes | yes | |