From 7d4f347cfeef55b23b41c1dcd4b29db7ef2d24e8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 20 Oct 2019 13:24:08 -0400 Subject: [PATCH] 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 --- recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini diff --git a/recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini b/recipes-demo-hmi/navigation/ondemandnavi-config/naviconfig.ini old mode 100755 new mode 100644 index 646824236..5dcdb5237 --- 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 } -- 2.16.6