diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-10-20 13:24:08 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-10-21 16:25:57 +0000 |
commit | 7d4f347cfeef55b23b41c1dcd4b29db7ef2d24e8 (patch) | |
tree | 33ea614947c35fe237a45d6ea6a8efb173bf97d4 | |
parent | a3275fc08f5c8808aec3c33895c57f3f45322f61 (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>
-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 } |