Summary: | No OpenStreetMaps | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Claude Brodeur <claude.brodeur> |
Component: | data | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | mirko |
Priority: | NOR | ||
Version: | 1.14 (KDE Applications 16.04) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Claude Brodeur
2016-11-16 14:53:01 UTC
Installed Marble on desktop computer running also Windows 7 pro 64bit with same results: no OSM ever. Same problem here with a fresh Windows 10 (64 bit) installation. The download map functionality does not work at all, too. A colleague observed the same behaviour on a 32 bit Windows 7 installation. We used the Windows installers from https://marble.kde.org/install.php. Thank you. I could narrow this down further. The default Qt5 windows installer does NOT include openSSL due to legal reasons. Thus, all SSL requests fail. For openstreetmap, https is used per default. Manually patching the OSM map in marble's data folder to use http instead of https solved this for me! We have to be grateful to Mirko Stanisak for the solution to this problem. It works! I had to search a bit to find where this https error resides. It is in the file openstreetmaps.dgml in the folder C:\Program Files (x86)\Marble\data\maps\earth\openstreetmap which is a read-only folder. You have to remove this property to be able to do the corrections. Three lines in this file have to be corrected, https to http, like Mirko wrote. Do a search in the file editor to find the three occurences of https, each in a different concurrent line. Thank you so much, Mirko. |