From 77ece0379dc51e2045b61d5853ef01fcc0983d82 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Mar 2021 16:23:29 -0500 Subject: [PATCH 1/1] ondemandnavi-config: update MapBox style URL 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 Change-Id: Ib5bfe75a2e741b10791260c408dedfee1dbd60cb --- recipes-demo/navigation/ondemandnavi-config/naviconfig.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/navigation/ondemandnavi-config/naviconfig.ini b/recipes-demo/navigation/ondemandnavi-config/naviconfig.ini index 356c6ae61..f99c4483d 100644 --- a/recipes-demo/navigation/ondemandnavi-config/naviconfig.ini +++ b/recipes-demo/navigation/ondemandnavi-config/naviconfig.ini @@ -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 } -- 2.16.6