Bug 376933 - Geolocation icon missing
Summary: Geolocation icon missing
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-IconView (show other bugs)
Version: 5.5.0
Platform: Appimage Linux
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-25 23:59 UTC by Barbara Scheffner
Modified: 2017-07-29 05:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.5.0


Attachments
Missing geolocation icon in Albums View (116.75 KB, image/png)
2017-02-25 23:59 UTC, Barbara Scheffner
Details

Note You need to log in before you can comment on or make changes to this bug.
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