correct milliseconds
This commit is contained in:
parent
614f8770cb
commit
738dec7bd8
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ public class LocalIndexHelper {
|
|||
if(timeMoving > 0){
|
||||
info.setDescription(info.getDescription() +
|
||||
app.getString(R.string.local_index_gpx_info_speed,
|
||||
OsmAndFormatter.getFormattedSpeed((float) (totalDistance / timeMoving), app),
|
||||
OsmAndFormatter.getFormattedSpeed((float) (totalDistance / timeMoving * 1000), app),
|
||||
OsmAndFormatter.getFormattedSpeed(maxSpeed, app)));
|
||||
} else {
|
||||
// Averaging speed values is less exact than totalDistance/timeMoving
|
||||
|
|
Loading…
Reference in a new issue