Address comments from b89164c14e (#2346)

This commit is contained in:
Lauren Budorick
2016-05-02 08:00:27 -07:00
parent 64307ea882
commit 346146d834
4 changed files with 29 additions and 20 deletions
+5 -5
View File
@@ -3,11 +3,11 @@ Feature: Traffic - turn penalties
Background: Evenly spaced grid with multiple intersections
Given the node map
| | a | | b | |
| c | d | e | f | g |
| | h | | i | |
| j | k | l | m | n |
| | o | | p | |
| | a:1 | | b:2 | |
| c:3 | d:4 | e:5 | f:6 | g:7 |
| | h:8 | | i:9 | |
| j:10 | k:11 | l:12 | m:13 | n:14 |
| | o:15 | | p:16 | |
And the ways
| nodes | highway |
| ad | primary |