Add support for non-numerical units in car profile for maxheight #4763

This commit is contained in:
Alain ANDRE
2018-01-23 12:12:21 +01:00
committed by Patrick Niklaus
parent 8114104a43
commit 2987292cc0
5 changed files with 5596 additions and 4 deletions
+5
View File
@@ -39,7 +39,12 @@ Feature: Car - Handle physical limitation
Scenario: Car - Limited by height
Then routability should be
| highway | maxheight:physical | maxheight | bothw |
| primary | | | x |
| primary | 1 | | |
| primary | 3 | | x |
| primary | | 1 | |
| primary | | 3 | x |
| primary | | default | x |
| primary | | none | x |
| primary | | no-sign | x |
| primary | | unsigned | x |