Summary: | Invalid placement of TimeStamp element in kml export [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Glenn Washburn <development> |
Component: | Geolocation-KMLExport | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, dave.greengas |
Priority: | NOR | ||
Version: | 3.3.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kipi-plugins/5c8934ffc91eae7be7cfa23d6a45c43adad60a4f | Version Fixed In: | 4.0.0 |
Sentry Crash Report: | |||
Attachments: | Patch to always put date time as child of PlaceMark |
Description
Glenn Washburn
2013-05-10 09:33:34 UTC
Created attachment 81668 [details]
Patch to always put date time as child of PlaceMark
I noticed that when the EXIF date time is used, it is as a child of the PlaceMark element, but when the image date time is used, it is a child of the Point element. The attached diff makes it consistent. Git commit 5c8934ffc91eae7be7cfa23d6a45c43adad60a4f by Gilles Caulier. Committed on 30/10/2013 at 07:55. Pushed by cgilles into branch 'master'. KMLExport : apply patch #81668 to always put date time as child of PlaceMark FIXED-IN: 4.0.0 M +1 -1 kmlexport/kmlexport.cpp http://commits.kde.org/kipi-plugins/5c8934ffc91eae7be7cfa23d6a45c43adad60a4f |