mrkeuz / ttgpslogger

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

gpx file uses decimal separator from locale instead of using '.' evrywhere #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. write gpx file when Russian/Ukrainian languge chosen

What is the expected output? What do you see instead?
I have:
      <trkpt lon="39,308728" lat="48,566108">
        <time>2010-10-20T13:14:20Z</time>
        <ele>112,0</ele>
        <course>173,13</course>
        <speed>12,29</speed>
        <fix>3d</fix>
        <sat>4</sat>
        <hdop>2,09</hdop>
        <vdop>2,80</vdop>
        <pdop>3,49</pdop>
      </trkpt>
Expected output is:
      <trkpt lon="39.308728" lat="48.566108">
        <time>2010-10-20T13:14:20Z</time>
        <ele>112.0</ele>
        <course>173.13</course>
        <speed>12.29</speed>
        <fix>3d</fix>
        <sat>4</sat>
        <hdop>2.09</hdop>
        <vdop>2.80</vdop>
        <pdop>3.49</pdop>
      </trkpt>

What version of the product are you using? On what operating system?
TTGPSLogger Version 0.4 beta(For Symbian S60 3rd FP1)   on Nokia E71

Please provide any additional information below.

Maybe the problem exists also for other formats, but I never tried them

Original issue reported on code.google.com by Sanja.By...@gmail.com on 21 Oct 2010 at 11:54

GoogleCodeExporter commented 9 years ago
Please look at issue 2 for explanation. I provide fixed binary versions for 
issue 2 and issue 3 at  http://www.datenmuehle.kilu.de/TTGPSLogger.

Original comment by andre.tippel@googlemail.com on 21 Oct 2010 at 6:07