fix rounding error/uncertainty on some systems

This commit is contained in:
Dennis Luxen 2015-03-27 12:27:15 +01:00
parent 8ee82d1e03
commit 4b957abc0c

View File

@ -64,13 +64,13 @@ Feature: Avoid weird loops caused by rounding errors
| | d | |
And the ways
| nodes | highway |
| ab | primary |
| bc | primary |
| cd | primary |
| be | secondary |
| ef | secondary |
| cf | secondary |
| nodes | highway |
| ab | residential |
| bc | residential |
| cd | residential |
| be | primary |
| ef | primary |
| cf | primary |
When I route I should get
| waypoints | route | turns |