aboutsummaryrefslogtreecommitdiffstats
path: root/mominavi.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-10-10Fix build fail that is missing to mergeHEADtrout_19.90.0trout/19.90.019.90.0masterNaoto Yamaguchi1-0/+2
Mominavi was ported Qt6 in previous commit. But it's missing to merge from development code to upstream code. This patch fix this merge issue. Bug-AGL: SPEC-5162 Change-Id: I0d5a969fc655c84f31bd1f1877872ad21c635b55 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2024-09-27Mominavi porting to Qt6Naoto Yamaguchi1-11/+1
Mominavi has some Qt5 dependency. It need some change to port to Qt6. In the Qt6, QtLocation was dropped support for some map provider support such as MapBox. In this patch, the map plugin change from mapbox to osm. Bug-AGL: SPEC-5162 Change-Id: I353d4a134191c178d7ec0f28c9ee1e69e4eab4d8 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2024-01-05Add support initial position and style change by environment variableNaoto Yamaguchi1-1/+16
The ondemandnavi was supporting initial position and style change by config file. I CES2024 demo development, we need to change initial position. This patch add support initial position and style change by environment variable. Bug-AGL: SPEC-5044 Change-Id: If89810e2990345e08b86e43506f4f155caf15d8f Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2021-08-02Initial commit for mominaviNaoto Yamaguchi1-0/+29
mominavi is a example navigation app based on Qt example. Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>