diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-22 20:38:07 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-09-23 20:57:30 -0700 |
commit | b4364919e5a74325812f2f527adbfe62a165109e (patch) | |
tree | 2c3f1c5d14aec6318a3b009479ef8e37e6b46603 /README.md | |
parent | 0cd23d5caf31753164b2bca64290e2b636a1999f (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |