ondemandnavi-config: update default Mapbox style 24/22724/2
authorScott Murray <scott.murray@konsulko.com>
Sun, 20 Oct 2019 17:24:08 +0000 (13:24 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 21 Oct 2019 16:25:57 +0000 (16:25 +0000)
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>
recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 6468242..5dcdb52
@@ -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
 }