mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 09:12:30 +00:00
refine gpx class hierarchy
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type GPXFileType = {
|
||||
attributes: GPXFileAttributes;
|
||||
metadata: Metadata;
|
||||
wpt: Waypoint[];
|
||||
wpt: WaypointType[];
|
||||
trk: TrackType[];
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ export type LinkAttributes = {
|
||||
href: string;
|
||||
};
|
||||
|
||||
export type Waypoint = {
|
||||
export type WaypointType = {
|
||||
attributes: Coordinates;
|
||||
ele?: number;
|
||||
time?: Date;
|
||||
|
Reference in New Issue
Block a user