cucumber: change syntax of node maps

This commit is contained in:
Emil Tin
2016-09-30 09:33:08 +02:00
committed by Moritz Kobitzsch
parent d47d03c15b
commit 7cbb1807e7
112 changed files with 3926 additions and 2564 deletions
+15 -11
View File
@@ -6,11 +6,13 @@ Feature: Locating Nearest node on a Way - pick closest way
Scenario: Nearest - two ways crossing
Given the node map
| | 0 | c | 1 | |
| 7 | | n | | 2 |
| a | k | x | m | b |
| 6 | | l | | 3 |
| | 5 | d | 4 | |
"""
0 c 1
7 n 2
a k x m b
6 l 3
5 d 4
"""
And the ways
| nodes |
@@ -34,12 +36,14 @@ Feature: Locating Nearest node on a Way - pick closest way
Scenario: Nearest - inside a triangle
Given the node map
| | | | | | c | | | | | |
| | | | | | | | | | | |
| | | | y | | | | z | | | |
| | | | | 0 | | 1 | | | | |
| | | | 2 | | 3 | | 4 | | | |
| a | | | x | | u | | w | | | b |
"""
c
y z
0 1
2 3 4
a x u w b
"""
And the ways
| nodes |