REPRODUCIBILITY: 100%
OS VERSION: 4.4
HARDWARE: xperia 10ii, volla/gs290
UI LANGUAGE: en
REGRESSION: yes
DESCRIPTION:
As reported (see below) qt5-qtlocation changes from 5.2.1 on the version 3.4.0.24 to 5.4.2 on the version 4.1.0.24
At this point we can no longer load custom host plugin parameters, for instance: osm.mapping.custom.host
PRECONDITIONS:
Have upgraded to SFOS > 4.1
STEPS TO REPRODUCE:
Try to create a QML Map element:
Map {
id: map
anchors.fill: parent
zoomLevel: (maximumZoomLevel - minimumZoomLevel)/2 + 4.5
plugin : Plugin {
name: "osm"
PluginParameter { name: "osm.useragent"; value: "Draftmap" }
PluginParameter { name: "osm.mapping.host"; value: "https://tile.openstreetmap.org" }
PluginParameter { name: "osm.mapping.custom.host"; value: "https://tile.openstreetmap.org" }
PluginParameter {
name: "osm.mapping.copyright";
value: "Ā© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
}
}
Regardless of what you set host values to you get:
[W] unknown:0 - QGeoTileRequestManager: Failed to fetch tile (1169,566,11) 5 times, giving up. Last error message was: āHost otile1.mqcdn.com not foundā
EXPECTED RESULT:
map tiles.
ACTUAL RESULT:
Error messages
[W] unknown:0 - QGeoTileRequestManager: Failed to fetch tile (1169,566,11) 5 times, giving up. Last error message was: āHost otile1.mqcdn.com not foundā
MODIFICATIONS:
ADDITIONAL INFORMATION:
Additional previous discussion: