-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Is it easy to add to the database the heart rate recorded on the gpx?
If I can, I would like to try to implement this.....
Here an example from my gpx tracks.
<trkpt lat="40.1" lon="22.1">
<ele>550.1</ele>
<time>2017-12-08T13:03:57Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:hr>141</gpxtpx:hr>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
Reactions are currently unavailable