Add fuzzy matching for bearings and intersections list

This commit is contained in:
Patrick Niklaus
2016-05-18 21:41:52 +02:00
parent 95af72c70c
commit e3ce0c5887
3 changed files with 81 additions and 14 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ Feature: Bearing parameter
When I route I should get
| from | to | bearings | route | bearing |
| 0 | c | 0 0 | | |
| 0 | c | 45 45 | bc,bc | 0->45,45->0|
| 0 | c | 45 45 | bc,bc | 0->44,44->0 +- 1|
| 0 | c | 85 85 | | |
| 0 | c | 95 95 | | |
| 0 | c | 135 135 | ac,ac | 0->136,136->0 |
| 0 | c | 135 135 | ac,ac | 0->135,135->0 +- 1|
| 0 | c | 180 180 | | |
Scenario: Testbot - Initial bearing on split way