Open GoogleCodeExporter opened 9 years ago
Directly from device using gpsbabel:
...
<trkpt lat="55.673035383" lon="12.572800443">
<ele>1.579346</ele>
<time>2009-08-21T09:45:12Z</time>
</trkpt>
...
From garmin_gpx:
...
<rtept lat="55.673035000" lon="12.572801000">
<ele>1.579346</ele>
<time>2009-08-21T09:45:12Z</time>
<name>RPT001</name>
</rtept>
...
(Also, gpsbabel generates tracks, while garmin_gpx generates routes...)
Original comment by msieb...@gmail.com
on 22 Aug 2009 at 9:09
I've written a small patch that perhaps fixes this - I haven't diffed the data
against a gpsbabel-generated GPX file, but it seemed that changing "%f" to
"%.9f"
achieves this.
(Also, I haven't done the math on how much this really adds in the real world -
does
the last few decimal places add meters in precision, centimeters, or?)
Original comment by msieb...@gmail.com
on 22 Aug 2009 at 9:50
Attachments:
Original issue reported on code.google.com by
msieb...@gmail.com
on 22 Aug 2009 at 9:05