mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
nav: add source to route logging
old-commit-hash: d1010008525d5fe4d7e2641f743c3b2e890d56df
This commit is contained in:
@@ -325,7 +325,7 @@ void MapWindow::updateETA() {
|
||||
}
|
||||
|
||||
void MapWindow::calculateRoute(QMapbox::Coordinate destination) {
|
||||
qWarning() << "Calculating route to" << destination;
|
||||
qWarning() << "Calculating route" << *last_position << "->" << destination;
|
||||
|
||||
nav_destination = destination;
|
||||
QGeoRouteRequest request(to_QGeoCoordinate(*last_position), to_QGeoCoordinate(destination));
|
||||
|
||||
Reference in New Issue
Block a user