Package: qlandkarte Version: 0.7.2~dfsg.1-1 Severity: important Upstream-Bug, please forward.
Depending on which locale is set when QLandkarte is launched, the saved .gpx files contain differenr number-formats in the @lon and @lat attribute of track-points. For example, Germany uses ',' whilte the USA use '.' as the floatingpoint-delimiter. LANG=en_US.UTF-8 qlandkarte <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xmlns="http://www.topografix.com/GPX/1/1" creator="QLandkarte" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" > <metadata> <link href="http://qlandkarte.sourceforge.net/" > <text>QLandkarte</text> </link> <time>2008-05-20T21:03:45Z</time> </metadata> <trk> <name>ACTIVE LOG</name> <extension> <color>16</color> </extension> <trkseg> <trkpt lon="8.224537298083305" lat="53.12501879408956" > ^ ^ <ele>-46.9673</ele> <time>2008-05-20T17:47:37Z</time> <extension> <flags>0</flags> </extension> </trkpt> LANG=de_DE.UTF-8 qlandkarte <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xmlns="http://www.topografix.com/GPX/1/1" creator="QLandkarte" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" > <metadata> <link href="http://qlandkarte.sourceforge.net/" > <text>QLandkarte</text> </link> <time>2008-05-20T21:00:29Z</time> </metadata> <trk> <name>ACTIVE LOG</name> <extension> <color>16</color> </extension> <trkseg> <trkpt lon="8,224537298083305" lat="53,12501879408956" > ^ ^ <ele>-46.9673</ele> <time>2008-05-20T17:47:37Z</time> <extension> <flags>0</flags> </extension> </trkpt> TThis breaks importing the file in JOSM, since that program expects '.'. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (989, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.25.4 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages qlandkarte depends on: ii libc6 2.7-11 GNU C Library: Shared libraries ii libgcc1 1:4.3.0-4 GCC support library ii libqt4-network 4.4.0-2 Qt 4 network module ii libqt4-xml 4.4.0-2 Qt 4 XML module ii libqtcore4 4.4.0-2 Qt 4 core module ii libqtgui4 4.4.0-2 Qt 4 GUI module ii libstdc++6 4.3.0-4 The GNU Standard C++ Library v3 ii libusb-0.1-4 2:0.1.12-11 userspace USB programming library ii proj 4.6.0-1 Cartographic projection filter and qlandkarte recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]