Summary: | Revers geodata from open street map does not work | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | pascal lacroix <kikoucalou> |
Component: | Geolocation-ReverseGeoCoding | Assignee: | 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: | https://commits.kde.org/digikam/63f298b5beaf82e822c1406a20870bb43fec6524 | Version Fixed In: | 6.0.0 |
Sentry Crash Report: |
Description
pascal lacroix
2018-05-22 18:05:15 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 *** Bug 400926 has been marked as a duplicate of this bug. *** 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? yes, it is. This is why we provide 6.0.0-beta bundles, ready to use as well. It's more simple. Gilles Caulier 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? 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 |