Hello,
i exported a track from connect.garmin.com as gpx which was recorded by a garmin edge 500 with hrm and cadence sensor. Then i imported the track into locus pro. I can see the track data and velocity but i cannot display diagrams of heartrate and cadence.
The other way round it works. I imported a track recorded by locus pro with polar bluetooth hrm into connect.garmin.com and it displayed the heart rate data.
Is there something wrong with the gpx file?
The header of the file:
Thanks,
Jan
i exported a track from connect.garmin.com as gpx which was recorded by a garmin edge 500 with hrm and cadence sensor. Then i imported the track into locus pro. I can see the track data and velocity but i cannot display diagrams of heartrate and cadence.
The other way round it works. I imported a track recorded by locus pro with polar bluetooth hrm into connect.garmin.com and it displayed the heart rate data.
Is there something wrong with the gpx file?
The header of the file:
Code Select
<gpx version="1.1" creator="Garmin Connect"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd"
xmlns="http://www.topografix.com/GPX/1/1"
xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1"
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
And one trackpoint with the extension data:Code Select
<trkpt lon="8.205734677612782" lat="53.17071416415274">
<ele>12.0</ele>
<time>2012-07-24T17:24:34.000Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:atemp>27.0</gpxtpx:atemp>
<gpxtpx:hr>114</gpxtpx:hr>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
Thanks,
Jan