diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-10-20 13:24:08 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-10-31 08:32:19 +0000 |
commit | e645f7aaaf896e423bdc2facf0bcfae558be5931 (patch) | |
tree | 65aa146b3653e17f4e2d13d0a034e5a3744a33d2 /recipes-demo-hmi/navigation | |
parent | 8abb8e4ea9f535e5fa9b3772f233c095058c6528 (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/navigation')
-rw-r--r--[-rwxr-xr-x] | recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini | 2 |
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 646824236..5dcdb5237 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 } |