SymbiSoft / ttgpslogger

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

coordinate format and phone language #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. put 'Français' in the language settings
2. start ttgpslogger

What is the expected output?
In the kml file, coordinate should looks like:
<coordinates>2.341465,48.857281,100.5</coordinates>

dot and coma are correctly used.

What do you see instead?
<coordinates>2,341465,48,857281,100,5</coordinates>

only coma are used and the file is unusable.

What version of the product are you using?
ttgpslogger 0.4.37

On what operating system?
nokia (5800) s60v5

Temporary solution:
$ sed -i
's/\([0-9]*\),\([0-9]*\),\([0-9]*\),\([0-9]*\),\([0-9]*\),\([0-9]*\)/\1.\2,\3.\4
,\5.\6/g'
file.kml

Original issue reported on code.google.com by pierre.g...@gmail.com on 26 Apr 2010 at 1:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This defect is the same defect as defect #2

Original comment by Paul.Her...@gmail.com on 17 Jul 2010 at 4:40