aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2020-03-10 16:08:14 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2020-03-13 00:01:45 +0000
commit674879801b916bd16967e6c066431242a5e80874 (patch)
tree7ca882dc052b0535c53e3ded996c7bfdd6a750eb
parentaeabf39be269a3daf4cc019e0c25fa9dcdcae7c8 (diff)
file_operation: change default map style for mapbox
Due to an API change the default map needs to changed Bug-AGL: SPEC-3264 Change-Id: Idca3cb2ad371d1c4af73f66251a84dcf398f1bde Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit 3471c0cde6febdb5f20aee5d27a06061e85cbc2a)
-rw-r--r--app/file_operation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/file_operation.cpp b/app/file_operation.cpp
index ff51b19..fd71d44 100644
--- a/app/file_operation.cpp
+++ b/app/file_operation.cpp
@@ -17,7 +17,7 @@ void File_Operation::initFileOperation(){
m_start_latitude = 36.136261; // set default coordinate Westgate
m_start_longitude = -115.151254;
m_enable_osm = false;
- m_mapStyleUrls = "mapbox://styles/mapbox/streets-v10"; // set default map style
+ m_mapStyleUrls = "mapbox://styles/v1/mapbox/streets-v11"; // set default map style
QFile file(NAVI_CONFIG_FILEPATH);
if(!file.open(QIODevice::ReadOnly | QIODevice::Text)){