From: Jan-Simon Möller Date: Fri, 20 Sep 2019 09:12:53 +0000 (+0200) Subject: ondemandnavi: use OSM tiles by default X-Git-Tag: 8.99.1~29 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=bd5678306c8049d7aec9dd5323e241d02bb1f05a 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 --- 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() {