gpx stats

This commit is contained in:
vcoppe
2024-04-18 19:15:01 +02:00
parent 15785eb387
commit c32bd55172
4 changed files with 232 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ export type WaypointType = {
export type Coordinates = {
lat: number;
lon: number;
lng: number;
};
export type TrackType = {