mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +00:00
add highway info to elevation profile, closes #65
This commit is contained in:
@@ -92,9 +92,7 @@ export type TrackPointExtension = {
|
||||
'gpxtpx:atemp'?: number;
|
||||
'gpxtpx:hr'?: number;
|
||||
'gpxtpx:cad'?: number;
|
||||
'gpxtpx:Extensions'?: {
|
||||
surface?: string;
|
||||
};
|
||||
'gpxtpx:Extensions'?: Record<string, string>;
|
||||
}
|
||||
|
||||
export type PowerExtension = {
|
||||
|
||||
Reference in New Issue
Block a user