Hi,
I have an issue which may, or may not, be a regression in the TCX exporting functionality.
More specifically, it seems that lately, for some cases, exporting an activity to TCX format does not include the GPS trackpoints of the activity.
Furthermore, I never used to see any problems with this. To be more specific, I have an activity (http://connect.garmin.com/modern/activity/592084660), which I used to be able to export properly (including all trackpoint elements). However, from what I can judge, since the 14.10 release of the API, the trackpoints are no longer included in the TCX file.
The only real difference I can see between the exported file today compared to the one that included the Trackpoints is that the API version has changed from
<Author xsi:type="Application_t">
<Name>Garmin Connect API</Name>
<Build>
<Version>
<VersionMajor>14</VersionMajor>
<VersionMinor>9</VersionMinor>
<BuildMajor>0</BuildMajor>
<BuildMinor>0</BuildMinor>
</Version>
to
<Author xsi:type="Application_t">
<Name>Garmin Connect API</Name>
<Build>
<Version>
<VersionMajor>14</VersionMajor>
<VersionMinor>10</VersionMinor>
<BuildMajor>0</BuildMajor>
<BuildMinor>0</BuildMinor>
</Version>
Have I encountered some strange bug or can you confirm this erratic behavior?
The aforementioned activity is public and can be used to reproduce the problem.
best regards, Peter