return way type in encoded form for unnamed streets

This commit is contained in:
Emil Tin
2013-04-08 16:23:42 +02:00
parent 3516538813
commit 1fc11a6b06
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -17,7 +17,8 @@ Feature: Bike - Street names in instructions
When I route I should get
| from | to | route |
| a | c | My Way,Your Way |
@unnamed
Scenario: Bike - Use way type to describe unnamed ways
Given the node map
| a | b | c | d |
@@ -28,8 +29,8 @@ Feature: Bike - Street names in instructions
| bcd | track | |
When I route I should get
| from | to | route |
| a | d | cycleway,track |
| from | to | route |
| a | d | {highway:cycleway},{highway:track} |
@area @names @todo
Scenario: Bike - name on streets overlapping an area