summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-03-04 16:23:29 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-03-09 10:37:11 +0000
commitadafca5975daa27fd45008052297000077e5b070 (patch)
treee5bd733ae7ff5dd6f3970d7260eaee41e94b6280
parentdb3f2c9ac955d1bf8fd9216ddf4d29b07d98c5b3 (diff)
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 <scott.murray@konsulko.com> Change-Id: Ib5bfe75a2e741b10791260c408dedfee1dbd60cb
-rw-r--r--recipes-demo/navigation/ondemandnavi-config/naviconfig.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/navigation/ondemandnavi-config/naviconfig.ini b/recipes-demo/navigation/ondemandnavi-config/naviconfig.ini
index 356c6ae6..f99c4483 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
}