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
+1 -1
View File
@@ -118,4 +118,4 @@ Feature: Basic Map Matching
When I match I should get
| trace | matchings | annotation |
| abeh | abcedgh | 1:9.897633,0:0,1:10.008842,1:10.008842,1:10.008842,0:0,2:20.017685,1:10.008842 |
| abci | abc,ci | 1:9.897633,0:0,1:10.008842,0:0.111209,1:10.121593 |
| abci | abc,ci | 1:9.897633,0:0,1:10.008842,0:0.111209,1:10.010367 |