What steps will reproduce the problem?
Export a GPX file from a track with a negative, large coordinate. For
example: <trkpt lat="37.8657" lon="-122.305">
What is the expected output? What do you see instead?
It appears that the precision of "lon=" is truncated by one (maybe more)
digits.
What version of the product are you using? On what operating system?
v0.9.14 on Moto Cliq
Please provide any additional information below.
This should be pretty easy to fix. In GpxCreator.serializeWaypoints() you
just need to do your own formatting of the Double before passing the value
to the serializer.
Original issue reported on code.google.com by je...@lmi.net on 11 Mar 2010 at 5:20
Original issue reported on code.google.com by
je...@lmi.net
on 11 Mar 2010 at 5:20