summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-01-22 11:07:08 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-01-22 12:00:26 -0800
commit9495b686e7e7e8cdfc429168d5b28758ed620a7d (patch)
treebc5cca5c43f807400667209a3d87a0ba6190f3af /linux
parent8e23e3a3e844867bdcd8d485cf121a93905db256 (diff)
downloadqtlocation-mapboxgl-9495b686e7e7e8cdfc429168d5b28758ed620a7d.tar.gz
Use v7 styles / tests
Diffstat (limited to 'linux')
-rw-r--r--linux/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/main.cpp b/linux/main.cpp
index e2965a8ea7..245cb527f0 100644
--- a/linux/main.cpp
+++ b/linux/main.cpp
@@ -83,7 +83,7 @@ int main(int argc, char *argv[]) {
// Load style
if (style.empty())
- style = std::string("asset://") + std::string("styles/bright-v6.json");
+ style = std::string("asset://") + std::string("styles/bright-v7.json");
map.setStyleURL(style);