ondemandnavi-config: update MapBox style URL 32/26132/2
authorScott Murray <scott.murray@konsulko.com>
Thu, 4 Mar 2021 21:23:29 +0000 (16:23 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 Mar 2021 10:36:59 +0000 (10:36 +0000)
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: Ib5bfe75a2e741b10791260c408dedfee1dbd60cb

recipes-demo/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
 }