Closed OttoBos closed 2 years ago
I noted that the exported GPX files are not accepted by Garmin software (for example Basecamp), and found out this is due to a missing namespace declaration. This PR adds the necessary xmlns tag to the gpx element.
xmlns
gpx
CHANGELOG.md
bors try
Build failed:
CI failure caused by Time's MSRV of 1.53. Hopefully fixed in https://github.com/georust/gpx/pull/68 when it merges.
Build succeeded:
bors r+
Thanks for your contribution @OttoBos!
I noted that the exported GPX files are not accepted by Garmin software (for example Basecamp), and found out this is due to a missing namespace declaration. This PR adds the necessary
xmlns
tag to thegpx
element.[X] I added an entry to
CHANGELOG.md
if knowledge of this change could be valuable to users.