Summary: | Export to KML drops significant figures in Lat/Long [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Catherine Chisholm <rutile> |
Component: | Geolocation-KMLExport | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, vbatts |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.3.0 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.3.0 | |
Sentry Crash Report: | |||
Attachments: | patch to modify the string formating of the doubles |
Description
Catherine Chisholm
2011-01-27 09:42:25 UTC
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 |