diff options
author | 2019-02-12 11:38:52 +0900 | |
---|---|---|
committer | 2019-02-12 11:38:52 +0900 | |
commit | 9ab659f2f229bad9bc8c9b229ff13d75d87133de (patch) | |
tree | 78361fb1d4864281ab5b9366d48305f8afb772c9 /app/file_operation.h | |
parent | 6809be1f4fabe846fde9113234f52da80c10221e (diff) |
change default gps position to tokyosandbox/zheng_wenlong/amm2019_horizontal
Diffstat (limited to 'app/file_operation.h')
-rw-r--r-- | app/file_operation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/file_operation.h b/app/file_operation.h index 618d26b..09f78fb 100644 --- a/app/file_operation.h +++ b/app/file_operation.h @@ -101,7 +101,7 @@ public: } Q_INVOKABLE double getLatitude() { - double latitude = 36.136261; + double latitude = 35.692396; QFile file(MAP_ACCESS_TOKEN_FILEPATH); if (!file.open(QIODevice::ReadOnly)){ fprintf(stderr,"Failed to open mapAccessToken file \"%s\": %m", qPrintable(MAP_ACCESS_TOKEN_FILEPATH)); @@ -121,7 +121,7 @@ public: } Q_INVOKABLE double getLongitude() { - double longitute = -115.151254; + double longitute = 139.691102; QFile file(MAP_ACCESS_TOKEN_FILEPATH); if (!file.open(QIODevice::ReadOnly)){ fprintf(stderr,"Failed to open mapAccessToken file \"%s\": %m", qPrintable(MAP_ACCESS_TOKEN_FILEPATH)); |