summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-09-20 11:12:53 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-20 17:27:49 +0000
commitbd5678306c8049d7aec9dd5323e241d02bb1f05a (patch)
tree124833dcafec0a23552254c955d7f744a7ae1561
parent3757aec8c8d76a19f8083cb4542a6553adf01f00 (diff)
ondemandnavi: use OSM tiles by default
To simplify development switch to use the OSM tiles as it requires no API key. Bug-AGL: SPEC-2821 Change-Id: I28fd97a7ce8443547ebb4ac6f1006780e3620d28 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-demo-hmi/navigation/ondemandnavi_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/ondemandnavi_git.bb b/recipes-demo-hmi/navigation/ondemandnavi_git.bb
index 03c3cdb3..e15429b1 100644
--- a/recipes-demo-hmi/navigation/ondemandnavi_git.bb
+++ b/recipes-demo-hmi/navigation/ondemandnavi_git.bb
@@ -22,6 +22,10 @@ SRCREV = "${AGL_APP_REVISION}"
S = "${WORKDIR}/git"
+# Use OSM tiles by default.
+# For mapbox tiles, just comment this out and set an api key.
+EXTRA_QMAKEVARS_CONFIGURE += "ENABLE_OSM=1"
+
inherit qmake5 aglwgt pkgconfig
do_install_append() {