summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-03-08 17:21:56 -0500
committerScott Murray <scott.murray@konsulko.com>2021-03-08 17:21:56 -0500
commitbdb7f984690f8340cb1bb0adc52e610bffe49697 (patch)
treea3810ed2f4079a392a621ea77d575e998407d24e
parentd677492f3180e33d3628239e27ddd26ead273fff (diff)
ondemandnavi-config: update MapBox style URLjellyfish_10.0.3jellyfish/10.0.310.0.3jellyfish
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
-rw-r--r--recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini b/recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini
index 356c6ae6..f99c4483 100644
--- a/recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini
+++ b/recipes-demo-hmi/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
}