This commit is contained in:
Hardy 2016-03-09 02:08:48 -08:00
parent 8311a5071f
commit 29c7f138c9

View file

@ -73,7 +73,7 @@ public class OsmAndFormatter {
roundDist = 0.5f;
} else if (mc == MetricsConstants.MILES_AND_YARDS && point == 1 / metersInSecondUnit && roundDist ==500) {
roundDist = 0.25f;
}
}
return roundDist;
}