Bug 394573

Summary: Revers geodata from open street map does not work
Product: [Applications] digikam Reporter: pascal lacroix <kikoucalou>
Component: Geolocation-ReverseGeoCodingAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, kde-bugs
Priority: NOR    
Version: 6.0.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 6.0.0

Description pascal lacroix 2018-05-22 18:05:15 UTC
Revers geodata from Open Street Map  does not works, 
Revers geodata from Geonames is ok.

digikam-6.0.0-git-20180515T100301-x86-64.appimage now
On older version where geodata on Open Street Map was working, it does not works any more.

Perhaps some changes occur from Open Street Map side now?

BRGDS
Comment 1 Maik Qualmann 2018-05-22 18:21:45 UTC
Git commit 63f298b5beaf82e822c1406a20870bb43fec6524 by Maik Qualmann.
Committed on 22/05/2018 at 18:20.
Pushed by mqualmann into branch 'master'.

Open Street Map service now use https
FIXED-IN: 6.0.0

M  +2    -1    NEWS
M  +1    -1    core/utilities/geolocation/editor/backends/backend-osm-rg.cpp

https://commits.kde.org/digikam/63f298b5beaf82e822c1406a20870bb43fec6524
Comment 2 Maik Qualmann 2018-11-10 21:20:25 UTC
*** Bug 400926 has been marked as a duplicate of this bug. ***
Comment 3 Kristian 2018-11-11 13:23:39 UTC
I assume that the only two possibilities to work-around this issue is by using digikam 6.0 beta or by manually patching and recompiling 5.9 completely, correct?
Wouldn't it be good to have a possibility to override URL changes via a config-file?
Comment 4 caulier.gilles 2018-11-11 13:40:15 UTC
yes, it is. This is why we provide 6.0.0-beta bundles, ready to use as well. It's more simple.

Gilles Caulier
Comment 5 Kristian 2018-11-11 21:06:32 UTC
Ok, is it possible to use digikam 6.0 beta AppImage in parallel to the installed version or are there major changes in config/db which could break the old version?
Comment 6 caulier.gilles 2018-11-11 21:11:25 UTC
It's possible. The 6.0.0 beta3 Linux AppImage bundle that we provide for testing do not install files on your system.

https://files.kde.org/digikam/

But take a care! 6.0.0 change the database schema compared to 5.9.0. If you use 6.0.0 with a database created with 5.9.0, it will update the database to the new schema. It will be not possible to re-use 5.9.0 with this kind of database later.

So i recommend to test with a dedicated database and a dedicated test collection. Do not use 6.0.0-beta3 in production yet.

Gilles Caulier