Bug 376933

Summary: Geolocation icon missing
Product: [Applications] digikam Reporter: Barbara Scheffner <laurakittyinka>
Component: Albums-IconViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: metzpinguin
Priority: NOR    
Version: 5.5.0   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed In: 5.5.0
Attachments: Missing geolocation icon in Albums View

Description Barbara Scheffner 2017-02-25 23:59:11 UTC
Created attachment 104224 [details]
Missing geolocation icon in Albums View

Sometimes the geolocation icon above the thumbnails for ex. in the Albums View is missing although the image has GPS data assigned (see attachment). All images in this folder got their GPS data assigned in one go by the GPS Correlator. So far I couldn't reproduce this error, it happens erraticly.
Later I edited the XML contry code of just his pic with the Metadata Editor and when I used "Reread Metadata from Image" after that, the icon suddenly appeared.
Comment 1 Maik Qualmann 2017-03-07 22:08:51 UTC
Git commit 300aea9d80091ccf4577b3fb140bdafaa8dcd7e1 by Maik Qualmann.
Committed on 07/03/2017 at 22:07.
Pushed by mqualmann into branch 'master'.

remove wrong code to add image position in ImageScanner::copiedFrom()
Related: bug 376530
FIXED-IN: 5.5.0

M  +2    -1    NEWS
M  +0    -5    libs/database/item/imagescanner.cpp

https://commits.kde.org/digikam/300aea9d80091ccf4577b3fb140bdafaa8dcd7e1
Comment 2 Maik Qualmann 2017-03-07 22:12:53 UTC
Wolfgang,

You need a complete rescan of the metadata. It is also possible that images in the database have been assigned geodata, but they have none.

Maik