From 8347e7ed9fc117e1d10ea5071cbbfc62b7000577 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Sun, 22 Sep 2019 20:38:07 -0700 Subject: qml: allow map plugins to be set on runtime Allow selection of OSM over MapBox with enableOSM configuration file option. Bug-AGL: SPEC-2667 Change-Id: Ie055ca1263b0a6f2a74046e5ff85535e48e60d31 Signed-off-by: Matt Ranostay --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fb77f41..5d21a3a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ make #configuration +NOTE: To use OpenStreetMaps instead of MapBox you should set +enableOSM to true in the configuration sample below + Please set mapAccessToken, mapStyleUrl, speed, interval, latitude and longitude in JSON format in /etc/naviconfig.ini @@ -35,7 +38,8 @@ example "interval":100, "latitude":36.1363, "longitute":-115.151, - "mapStyleUrls":"mapbox://styles/mapbox/dark-v9" + "mapStyleUrls":"mapbox://styles/mapbox/dark-v9", + "enableOSM:false } #Qt Creator -- cgit 1.2.3-korg