mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
edit metadata
This commit is contained in:
@@ -73,7 +73,7 @@ export function buildGPX(file: GPXFile): string {
|
||||
},
|
||||
});
|
||||
|
||||
gpx.attributes.creator = 'https://gpx.studio';
|
||||
gpx.attributes.creator = gpx.attributes.creator ?? 'https://gpx.studio';
|
||||
gpx.attributes['version'] = '1.1';
|
||||
gpx.attributes['xmlns'] = 'http://www.topografix.com/GPX/1/1';
|
||||
gpx.attributes['xmlns:xsi'] = 'http://www.w3.org/2001/XMLSchema-instance';
|
||||
|
Reference in New Issue
Block a user