fabricebrito / ambit2gpx

Automatically exported from code.google.com/p/ambit2gpx
0 stars 0 forks source link

Can you Add Cadence & Temperature (both available) #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The HR is added as an extension.
Is it possible to add the Temperature and cadence as well.

Example GPX block is below:
        <extensions>
          <gpxtpx:TrackPointExtension>
            <gpxtpx:atemp>25.0</gpxtpx:atemp>
            <gpxtpx:hr>144</gpxtpx:hr>
            <gpxtpx:cad>71</gpxtpx:cad>
          </gpxtpx:TrackPointExtension>
        </extensions>

Original issue reported on code.google.com by saspijke...@gmail.com on 7 Aug 2012 at 3:09

GoogleCodeExporter commented 8 years ago
Implemented in version 1.5

Original comment by jconr...@gmail.com on 4 May 2013 at 8:33