| Summary: | GPS coordinate overwritten when writing tags to XMP sidecar | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Kristian Karl <kristian.hermann.karl> |
| Component: | Geolocation-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 9.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/31a0544c0925db928a710f7404aa5690d190c7e7 | Version Fixed/Implemented In: | 9.1.0 |
| Sentry Crash Report: | |||
|
Description
Kristian Karl
2026-03-18 19:36:52 UTC
Yes, I can reproduce it. However, it has nothing to do with ExifTool, as ExifTool is not used when writing to sidecars. Maik The cause is this Exiv2 conversion table: https://exiv2.org/conversion.html We already have merge helpers for some metadata, but we need a special merge helper for the GPS metadata. Maik Git commit 31a0544c0925db928a710f7404aa5690d190c7e7 by Maik Qualmann. Committed on 19/03/2026 at 06:46. Pushed by mqualmann into branch 'master'. add Exif.GPSInfo.* to the metadata writeback helper FIXED-IN: 9.1.0 M +1 -1 NEWS M +14 -1 core/libs/metadataengine/engine/metaengine_p.cpp https://invent.kde.org/graphics/digikam/-/commit/31a0544c0925db928a710f7404aa5690d190c7e7 Thank you very much for the quick fix Maik. |