summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-10-20 13:24:08 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-10-21 16:25:57 +0000
commit7d4f347cfeef55b23b41c1dcd4b29db7ef2d24e8 (patch)
tree33ea614947c35fe237a45d6ea6a8efb173bf97d4 /recipes-demo-hmi
parenta3275fc08f5c8808aec3c33895c57f3f45322f61 (diff)
ondemandnavi-config: update default Mapbox style
Update the default Mapbox style to the value referenced in both the naviconfig.ini reading code and previously hard-coded in tbtnavi. Both ondemandnavi and tbtnavi should end up with the same style if using Mapbox, dependent on related ondemandnavi changes. Bug-AGL: SPEC-2913, SPEC-2916 Change-Id: I7951831fe760bb61d3c3e398e2679f697a4d1800 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r--[-rwxr-xr-x]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 64682423..5dcdb523 100755..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,
"longitute":-115.151,
- "mapStyleUrls":"mapbox://styles/mapbox/dark-v9",
+ "mapStyleUrls":"mapbox://styles/mapbox/streets-v10",
"enableOSM":true
}