Hi, I am producing my own gpx files using
-standard fields such as <desc>, <name>...
-extension fields such as <hr> and <cad>
-custom extension fields (in the extension portion) to store other information
the file loads fine but
- <desc> and <name> in the <metadata>are not captured
- <hr> loads ok (have not check cadence yet)
- if I export as gpx again, custom extension fields are "lost"
It that so or I should introduce the info following another standard?
If I do it by means of tcx files, can I upload to Garmin Connect this extra information?
I would like to use garmin connect as my central repository for tracks of different devices and formats and would like to preserve the information generated by the devices.
I would also like to ask if there is any kind of upload service for garmin connect api.
I can download activities and tracks with the services
http://connect.garmin.com/proxy/activity-service-1.1/gpx/activity/
http://connect.garmin.com/proxy/activity-search-service-1.2/json/activities
but have not found how to upload tracks with these or other services.
thanks !