Version: 1.2.0 (using KDE 1.2) OS: Linux Even if original geolocation coordinates include six decimal places (when in decimal degrees), the Kipi plugin for KML export rounds to only 4 decimal places in latitude and 3 in longitude. Reproducible: Always Expected Results: For precision (as is needed in many cases) KML export should incorporate all the significant figures in the original geocoding. OS: Linux (x86_64) release 2.6.32-27-generic Compiler: cc
Created attachment 64768 [details] patch to modify the string formating of the doubles The issue is in the default toString formatting of doubles. So when passing the doubles as an arg to QString, they just need a tad of formatting.
http://doc.qt.nokia.com/4.7/qstring.html#arg-20 has more documentation on it.
Git commit 188dc7a799ddd84b4d495a6bbca7067b32684d91 by Michael Georg Hansen. Committed on 25/10/2011 at 22:14. Pushed by mghansen into branch 'master'. Fix bug 264423: Export to KML drops significant figures in Lat/Long Patch by Vincent Batts. Thanks! BUG: 264423 M +2 -1 NEWS M +7 -2 kmlexport/kmlexport.cpp http://commits.kde.org/kipi-plugins/188dc7a799ddd84b4d495a6bbca7067b32684d91