From bd5678306c8049d7aec9dd5323e241d02bb1f05a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Fri, 20 Sep 2019 11:12:53 +0200 Subject: [PATCH] ondemandnavi: use OSM tiles by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- recipes-demo-hmi/navigation/ondemandnavi_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-demo-hmi/navigation/ondemandnavi_git.bb b/recipes-demo-hmi/navigation/ondemandnavi_git.bb index 03c3cdb3f..e15429b1a 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() { -- 2.16.6