[BUG] garmin connect refuse to import a gpx file exported from wanderer
BastLast opened this issue · 5 comments
BastLast commented
this to me is a quite important thing , why would the gpx file be destroyed ?
Flomp commented
I tried to debug the issue a bit:
wanderer produces valid GPX. It seems that garmin is a bit particular about the format that the file needs to have.
- Exported gpx files were missing a XML header attribute that I now added
- All trackpoints must have a time associated with them. If that is not present the file will be rejected.
BastLast commented
will it be possible to fix that and migrate the data to be compatible again ?
Flomp commented
The missing header is now added in v0.8.1. I checked it with some files and it seemed to work. Please let me know if you run into issues.
BastLast commented
Ill update later todat and update u
BastLast commented
tested and confirm it works fine now :) thanks a lot !