Bug 395263 - GPSDOP is not shown in Geolocation editor image list and details tab
Summary: GPSDOP is not shown in Geolocation editor image list and details tab
Status: RESOLVED DUPLICATE of bug 315661
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-GeolocationEdit (show other bugs)
Version: 6.0.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-12 05:16 UTC by Milan Knížek
Modified: 2018-06-12 06:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Knížek 2018-06-12 05:16:51 UTC
Hi,

Although the image contains information about GPSDOP:

$ exiv2 -pa *.jpg | grep -a "GPSDO"
20130717-143854.jpg   Exif.GPSInfo.GPSDOP                          SRational   1  50/1
20130717-143854.jpg   Exif.GPSInfo.GPSDOP                          SRational   1  50/1

... it is know shown in the image list pane and details tabe of the Geolocation Editor (empty fields).

P.S. The details tab can be used to modify a single image GPSDOP value, it gets saved, however on the next invocation of the Editor GPSDOP is not shown.

digikam-6.0.0-git-20180610T092015-x86-64.appimage
Comment 1 Milan Knížek 2018-06-12 05:17:52 UTC
(In reply to Milan Knížek from comment #0)
a typo:
> ... it is know shown in the image list pane and details tabe of the
... it is _not_ shown...
Comment 2 Maik Qualmann 2018-06-12 05:57:54 UTC

*** This bug has been marked as a duplicate of bug 315661 ***
Comment 3 Maik Qualmann 2018-06-12 06:01:46 UTC
This information is written to the metadata but not to the database because there are no columns for it. Maybe we can read the information directly from the metadata, I'll take a look.

Maik