aboutsummaryrefslogtreecommitdiffstats
path: root/app/file_operation.cpp
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/file_operation.cpp
parent5cc96b75fb3c396bd412e762fe3a611bcd8e34c4 (diff)
change default gps position to tokyosandbox/zheng_wenlong/amm2019_vertical
Diffstat (limited to 'app/file_operation.cpp')
-rw-r--r--app/file_operation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/file_operation.cpp b/app/file_operation.cpp
index 2be73fb..e1a5777 100644
--- a/app/file_operation.cpp
+++ b/app/file_operation.cpp
@@ -13,8 +13,8 @@ void File_Operation::initFileOperation(){
m_mapAccessToken = "";
m_car_speed = 60; // set default Km/h
m_update_interval = 100; // set default millisecond
- m_start_latitude = 36.136261; // set default coordinate Westgate
- m_start_longitute = -115.151254;
+ m_start_latitude = 35.692396; // set default coordinate Westgate
+ m_start_longitute = 139.691102;
QFile file(MAP_ACCESS_TOKEN_FILEPATH);
if(!file.open(QIODevice::ReadOnly | QIODevice::Text)){