Version: unspecified OS: Linux When exporting a gpx track to kml with a LineString for the track, coordinates are not correct: They are written this way : <coordinates>5.73936,50.4741,256.1175.73934,50.4741,251.7795.7394,50.4742, ...</coordinates> but should appears like this : <coordinates>5.739361,50.474119,256.117 5.739336,50.474073,251.779 ... </coordinates> KML ask a space between coordinates, not a point. Reproducible: Always Steps to Reproduce: Export > Export to KML... Thick "draw a GPX track" and fill all the fields. Expected Results: See below
Created attachment 69127 [details] broken kml-file
I confirm - export into kml with "Draw GPX track" is completely broken in digikam 2.5.0 I attach an example of broken kml-file.
kipi-plugins is 2.5.0 gentoo ~x86
Created attachment 69850 [details] Patch to remove the Kml export bug I have patched this bug. Please review it.
Patch sound fine for me. Munteanu Veaceslav, if Adrian Nitu is a student from you team, feel free to apply patch to git/master... Gilles Caulier
committer Veaceslav Munteanu Thu, 29 Mar 2012 07:57:57 +0000 (10:57 +0300) commit cdc37d387699542a91324c451a0e66d30a136c7c tree 240300d7b79c2b67b6706dbec8bd28f65f0a0026 parent 44cb7b49b504ee5bf0601b95ba6654fb1d5c5fc6 Applied patch from Adrian Nitu that solves bug 292268:Coordonates into LineString are not correct DONE.