<opentracks:distance> #1160
Replies: 4 comments 3 replies
-
To the best of my knowledge no. At least default GPX and the Garmin provided schemas don't. For GPX (also KML), the distance is usually derived from the GPS coordinates. However, if you use a specific sensor (e.g. for cycling), which has a higher precision than GPS, then this sensor data needs to be exported as well - at least to be able to import it again and restore the statistics. For KML, we even support exporting tracks that do not contain GPS data (e.g. indoor training or GPS turned off). Sadly, this is not allowed by GPX (coordinates are mandatory). That's why there is |
Beta Was this translation helpful? Give feedback.
-
Additionally, I just asked cluetrust.com and they said that that distance value is whatever value the GPS provides at the reading time, which ends up being cumulative for most GPS devices. Is there any chance of adding this http://www.cluetrust.com/Schemas/gpxdata10.xsd |
Beta Was this translation helpful? Give feedback.
-
So when you do read distance from the high-level Android API, is each reading cumulative relative the previous reading? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering why the use of
<opentracks:distance>
in a GPX file.Is there no standard GPX track point extension anywhere that describes the distance of a track point?
Beta Was this translation helpful? Give feedback.
All reactions