mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
fix adding elevation to multiple files
This commit is contained in:
@@ -390,6 +390,7 @@ export class GPXFile extends GPXTreeNode<Track>{
|
||||
waypoint.ele = elevations[index++];
|
||||
}
|
||||
});
|
||||
elevations.splice(0, index);
|
||||
}
|
||||
|
||||
setStyle(style: LineStyleExtension) {
|
||||
|
Reference in New Issue
Block a user