Add OSM node barrier=height_restrictor handling

This commit is contained in:
Michael Krasnyk
2018-02-12 09:02:20 +01:00
parent 0da2029d2d
commit 5f598da76d
7 changed files with 64 additions and 32 deletions
+8
View File
@@ -45,3 +45,11 @@ Feature: Car - Barriers
| bollard | | |
| bollard | rising | x |
| bollard | removable | |
Scenario: Car - Height restrictions
Then routability should be
| node/barrier | node/maxheight | bothw |
| height_restrictor | | x |
| height_restrictor | 1 | |
| height_restrictor | 3 | x |
| height_restrictor | default | x |