diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-03-10 16:06:58 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-03-10 16:11:24 -0700 |
commit | 6ddce60bb750d0bee08283030bd0be686d08ce36 (patch) | |
tree | fcfb604cdab7d414beee92052127cec186106daf /app/file_operation.cpp | |
parent | e878fbc2113960975b8488643f493a5f1c48b9e6 (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: I62ee559e4bab60fafd6a7d86999203d4e4ffc192
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/file_operation.cpp')
-rw-r--r-- | app/file_operation.cpp | 2 |
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)){ |