minor change and README.md update
This commit is contained in:
parent
ea4d15acc0
commit
a3a878da92
@ -14,7 +14,7 @@ This web application allows you to track your outdoor activities from gpx files
|
||||
No mobile app is developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
|
||||
Examples (for Android):
|
||||
* [Runner Up](https://github.com/jonasoreland/runnerup) (GPL v3)
|
||||
* [ForRunners](https://github.com/brvier/ForRunners) (GPL v3)
|
||||
* [ForRunners](https://gitlab.com/brvier/ForRunners) (GPL v3)
|
||||
* [AlpineQuest](https://www.alpinequest.net/) (Proprietary, no trackers according to [exodus privay report](https://reports.exodus-privacy.eu.org/reports/2975/))
|
||||
|
||||
Maps are displayed using [Open Street Map](https://www.openstreetmap.org).
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 451 KiB After Width: | Height: | Size: 748 KiB |
Binary file not shown.
Before Width: | Height: | Size: 495 KiB After Width: | Height: | Size: 864 KiB |
Binary file not shown.
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 95 KiB |
@ -5,7 +5,7 @@ import { formatDuration } from '../../utils'
|
||||
const formatValue = (displayedData, value) => displayedData === 'duration'
|
||||
? formatDuration(value, true)
|
||||
: displayedData === 'distance'
|
||||
? value.toFixed(3)
|
||||
? value.toFixed(2)
|
||||
: value
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user