Summary: | No geolocating for (Canon) RAW files displayed/saved | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | cfunghi <cfunghi> |
Component: | Plugin-Generic-GeolocationEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, philip.johnsson |
Priority: | NOR | ||
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.0.0 | |
Sentry Crash Report: |
Description
cfunghi
2011-10-23 10:54:54 UTC
Did some more research and found that the update utility loaded the kipi-plugins 2.2.0 and it may be they are uncompatible to digikam 1.9.0? Trying to install digikam 2.2.0 leads to a dipendencies mismatch regarding libkipi8 (not offered in any repository, but required). yes 2.x is not binary compatible with 1.x. You must update digikam and kipi-plugins at the same time, plus all shared libs (libkipi, libkdcraw, libkexiv2, libkgeomap, libkface...) Gilles Caulier Thanks so far for the information. But the point I were stuck was the available libkipi8, that was not accepted by the dependency checker when trying to install digikam 2.2.0. Where to get the matching one? which distro you use ? If Debian like, I CC philips... Gilles Caulier My distro is a openSUSE 11.4 (x86_64) Cfunghi, This file still valid using kipi-plugins 2.4 ? Gilles Caulier Currently I have just the kipi-plugins 2.2 from the SuSE 12.1 distro. But with this it is still bad as said above. Though the Geo-data is stored to the data base for RAW files, the system says "can not be stored into file" and I have (formal) to refuse to save the data. But accessing the geo-localisation again with the RAW file does not show the coordinates. Just in the geo-sidebar of the main screen the location is shown for RAW files. Will wait for the distro offering the 2.4 Merry Christmas and a happy new year! Regards Christoph Cfunghi, This file still valid using last kipi-plugins 4.10.0 ? Gilles Caulier Git commit 40dd102ba1c3a0ea39a84ec5656d967c79627c8c by Gilles Caulier. Committed on 24/09/2015 at 13:11. Pushed by cgilles into branch 'frameworks'. Geolocation Edit always refresh database contents about GPS info and after write to file metadata if it's possible. To read GPS Info from item, it try in first database else file metadata. Geolocation map view is now based to QWebView instead KHTML. So we cannot see no more memory leak and tiles dysfunction with GoogleMaps. Note : in 5.0.0, Geolocation Edit tool is now also available in ImageEditor, Showfoto and LightTable. Related: bug 317241, bug 330231 FIXED-IN: 5.0.0 M +4 -1 NEWS M +8 -7 app/main/digikamapp.cpp M +1 -0 libs/database/CMakeLists.txt A +147 -0 libs/database/item/imagegps.cpp [License: GPL (v2+)] A +59 -0 libs/database/item/imagegps.h [License: GPL (v2+)] M +9 -1 libs/database/item/imageposition.h M +2 -2 showfoto/main/showfoto.cpp M +2 -2 utilities/geolocation/editor/CMakeLists.txt R +35 -35 utilities/geolocation/editor/dialog/geolocationedit.cpp [from: utilities/geolocation/editor/dialog/gpssyncdialog.cpp - 094% similarity] R +7 -7 utilities/geolocation/editor/dialog/geolocationedit.h [from: utilities/geolocation/editor/dialog/gpssyncdialog.h - 091% similarity] R +14 -14 utilities/geolocation/editor/dialog/gpsgeoifacemodelhelper.cpp [from: utilities/geolocation/editor/dialog/gpssyncgeoifacemodelhelper.cpp - 082% similarity] R +7 -7 utilities/geolocation/editor/dialog/gpsgeoifacemodelhelper.h [from: utilities/geolocation/editor/dialog/gpssyncgeoifacemodelhelper.h - 086% similarity] M +4 -4 utilities/geolocation/editor/dragdrop/mapdragdrophandler.cpp M +3 -3 utilities/geolocation/editor/dragdrop/mapdragdrophandler.h M +23 -20 utilities/geolocation/editor/items/gpsimageitem.cpp M +24 -0 utilities/geolocation/editor/items/gpsimageitem.h M +1 -1 utilities/geolocation/editor/reversegeocoding/rgwidget.cpp M +8 -7 utilities/imageeditor/main/imagewindow.cpp M +8 -7 utilities/lighttable/lighttablewindow.cpp http://commits.kde.org/digikam/40dd102ba1c3a0ea39a84ec5656d967c79627c8c |