diff options
author | 2019-02-12 11:38:52 +0900 | |
---|---|---|
committer | 2019-02-12 11:38:52 +0900 | |
commit | 9ab659f2f229bad9bc8c9b229ff13d75d87133de (patch) | |
tree | 78361fb1d4864281ab5b9366d48305f8afb772c9 /app/navigation.qml | |
parent | 6809be1f4fabe846fde9113234f52da80c10221e (diff) |
change default gps position to tokyosandbox/zheng_wenlong/amm2019_horizontal
Diffstat (limited to 'app/navigation.qml')
-rwxr-xr-x | app/navigation.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/navigation.qml b/app/navigation.qml index 4741685..795bfd4 100755 --- a/app/navigation.qml +++ b/app/navigation.qml @@ -109,20 +109,20 @@ ApplicationWindow { geocodeModel.query = fromAddress geocodeModel.update() } - + MapQuickItem { id: poi sourceItem: Rectangle { width: 14; height: 14; color: "#e41e25"; border.width: 2; border.color: "white"; smooth: true; radius: 7 } coordinate { - latitude: 36.136261 - longitude: -115.151254 + latitude: 35.692396 + longitude: 139.691102 } opacity: 1.0 anchorPoint: Qt.point(sourceItem.width/2, sourceItem.height/2) } MapQuickItem { sourceItem: Text{ - text: "Westgate" + text: "Hilton Tokyo" color:"#242424" font.bold: true styleColor: "#ECECEC" |