aboutsummaryrefslogtreecommitdiffstats
path: root/app/navigation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/navigation.qml')
-rwxr-xr-xapp/navigation.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/navigation.qml b/app/navigation.qml
index c53f362..c1404e3 100755
--- a/app/navigation.qml
+++ b/app/navigation.qml
@@ -714,6 +714,8 @@ ApplicationWindow {
if (Math.abs(map.pressX - mouse.x ) < map.jitterThreshold
&& Math.abs(map.pressY - mouse.y ) < map.jitterThreshold) {
// map.addDestination(lastCoordinate)
+ map.initDestination()
+ map.center = map.currentpostion
map.addDestination(QtPositioning.coordinate(35.6585580781371,139.745503664017))
// root.vui_startguidance()
// btn_guidance.sts_guide = 2;