mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 09:12:30 +00:00
reverse file with time
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user