aboutsummaryrefslogtreecommitdiffstats
path: root/app/navigation.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-02-12 11:40:15 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-02-12 11:40:15 +0900
commit66b8513ba5f53a8602ad505621a41ccac0241dff (patch)
tree33bf6f29d2797e6986b8b6da04ca05bff933fdff /app/navigation.qml
parent5cc96b75fb3c396bd412e762fe3a611bcd8e34c4 (diff)
change default gps position to tokyosandbox/zheng_wenlong/amm2019_vertical
Diffstat (limited to 'app/navigation.qml')
-rwxr-xr-xapp/navigation.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/navigation.qml b/app/navigation.qml
index 10e5966..3a62e28 100755
--- a/app/navigation.qml
+++ b/app/navigation.qml
@@ -121,15 +121,15 @@ ApplicationWindow {
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"