Remove latitude rounding in yToLat

This commit is contained in:
Michael Krasnyk
2016-05-15 21:15:42 +02:00
parent 73a608895a
commit 3bbd3a8a65
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,5 +18,5 @@ Feature: Geometry Compression
When I route I should get
| from | to | route | distance | speed |
| b | e | abcdef,abcdef | 589m | 36 km/h |
| e | b | abcdef,abcdef | 589m | 36 km/h |
| b | e | abcdef,abcdef | 588.8m | 36 km/h |
| e | b | abcdef,abcdef | 588.8m | 36 km/h |