mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
refactoring for tools and start waypoint
This commit is contained in:
@@ -567,6 +567,14 @@ export class Waypoint {
|
||||
this.sym = waypoint.sym;
|
||||
this.type = waypoint.type;
|
||||
}
|
||||
|
||||
getCoordinates(): Coordinates {
|
||||
return this.attributes;
|
||||
}
|
||||
|
||||
setCoordinates(coordinates: Coordinates): void {
|
||||
this.attributes = coordinates;
|
||||
}
|
||||
}
|
||||
|
||||
export class GPXStatistics {
|
||||
|
Reference in New Issue
Block a user