ondemandnavi-config: update MapBox style URL 48/26148/1 jellyfish 10.0.3 jellyfish/10.0.3 jellyfish_10.0.3
authorScott Murray <scott.murray@konsulko.com>
Mon, 8 Mar 2021 22:21:56 +0000 (17:21 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 8 Mar 2021 22:21:56 +0000 (17:21 -0500)
Remove the leading "mapbox://" from the default MapBox style URL,
as it now seems to break the resulting generated tile URLs in
QtLocation.  I suspect this is related to the HTTPS support that
was added in Qt 5.12.

Bug-AGL: SPEC-3837

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2e7baaa3e54593d4f9ffd799b49071f22b3e71c9

recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini

index 356c6ae..f99c448 100644 (file)
@@ -4,6 +4,6 @@
        "interval":100,
        "latitude":36.1363,
        "longitude":-115.151,
-       "mapStyleUrls":"mapbox://styles/v1/mapbox/streets-v11",
+       "mapStyleUrls":"styles/v1/mapbox/streets-v11",
        "enableOSM":true
 }