diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2019-06-06 16:50:10 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2019-06-06 16:50:10 +0900 |
commit | 80ebab9c1dfc8953a641c37287a064cfc93f2001 (patch) | |
tree | 4cdaa936c92bc91f12030ea19a86311a30989b24 /app/qml/Main.qml | |
parent | 61a91b68c0c895714ea8d612fc752ad4b5cf56ef (diff) |
modify position
Diffstat (limited to 'app/qml/Main.qml')
-rw-r--r-- | app/qml/Main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/qml/Main.qml b/app/qml/Main.qml index 7b99ca5..ec10893 100644 --- a/app/qml/Main.qml +++ b/app/qml/Main.qml @@ -71,8 +71,8 @@ ApplicationWindow { else if(message_json[2].event === event_stopdemo) { mapwindow.do_stopnavidemo() - mapwindow.do_setCoordinate(35.6673965582,139.7491882778) - mapwindow.startPoint = QtPositioning.coordinate(35.6673965582,139.7491882778); + mapwindow.do_setCoordinate(35.66730,139.74955) + mapwindow.startPoint = QtPositioning.coordinate(35.66730,139.74955); } //when add destination else if(message_json[2].event === event_setdestpos) |