mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +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