mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +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