You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I use Wanderer (v.0.18.5) via https://trails.magdeburg.jetzt. So I'm not a host, but I hope you can fix this issue in one of your next updates.
When exporting a GPX file from wanderer.to, the generated file does not include a element inside the element. As a result, Garmin devices (e.g. GPSMAP 66 series) display the track with the generic title "Track" instead of the intended tour name.
Expected Behavior
The exported GPX file should contain:
<trk> <name>{tour_name}</name> ... </trk>
so that GPS devices that rely on correctly display the track title.
Actual Behavior
The GPX file contains either:
<metadata> <name>{tour_name}</name> </metadata>
.
Garmin devices ignore metadata/name for track display and only read trk/name. If that tag is missing, they fall back to a default label ("Track").
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I use Wanderer (v.0.18.5) via https://trails.magdeburg.jetzt. So I'm not a host, but I hope you can fix this issue in one of your next updates.
When exporting a GPX file from wanderer.to, the generated file does not include a element inside the element. As a result, Garmin devices (e.g. GPSMAP 66 series) display the track with the generic title "Track" instead of the intended tour name.
Expected Behavior
The exported GPX file should contain:
<trk> <name>{tour_name}</name> ... </trk>so that GPS devices that rely on correctly display the track title.
Actual Behavior
The GPX file contains either:
<metadata> <name>{tour_name}</name> </metadata>.
Garmin devices ignore metadata/name for track display and only read trk/name. If that tag is missing, they fall back to a default label ("Track").
Beta Was this translation helpful? Give feedback.
All reactions