Semion84 / robertprojects

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

No elevation data in exported GPX tracks #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Record a track
2. Export the track to a GPX file
3. See the file contents

What is the expected output? What do you see instead?
The elevation XML tag is always 0.0, there should be a correct value obtained 
from GPS.

What version of the product are you using? On what operating system?
RMaps 0.8.3, Android 2.1

Please provide any additional information below.
1. Awesome and useful app, keep up the great job!
2. I'd like to use RMaps as a sport-tracking app for mountain biking. Your 
track writer seems to be very CPU efficient and does its job, but it would be 
really nice to have also correct timestamps and elevation data in GPX points.

Original issue reported on code.google.com by low...@gmail.com on 1 Aug 2010 at 3:58

GoogleCodeExporter commented 8 years ago
Seems to be solved with r293, it works in my private build from source.
In my case elevation is the raw gps elevation and differs from GPS Status 
display by the correction value.

Original comment by joerg.go...@gmail.com on 8 Aug 2010 at 8:36