reverse file with time

This commit is contained in:
vcoppe
2024-04-16 15:41:03 +02:00
parent 3082462daa
commit 76178e5c00
4 changed files with 210 additions and 22 deletions

View File

@@ -67,10 +67,10 @@ export type LineStyleExtension = {
};
export type TrackSegmentType = {
trkpt: TrackPoint[];
trkpt: TrackPointType[];
};
export type TrackPoint = {
export type TrackPointType = {
attributes: Coordinates;
ele?: number;
time?: Date;