summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-10-31 14:46:51 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-10-31 17:14:30 -0400
commitd675828fe14d55c1a0de30f951d2005ae5d8cf84 (patch)
treef61abe370999771bf976aa409d294e34368eca38 /linux
parent16bd75c6ccc0340295d65e04728239a7eea693dd (diff)
downloadqtlocation-mapboxgl-d675828fe14d55c1a0de30f951d2005ae5d8cf84.tar.gz
Get mapbox-gl-styles via submodule (fixes #511)
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 604e471dd1..fa4a495837 100644
--- a/linux/main.cpp
+++ b/linux/main.cpp
@@ -65,7 +65,7 @@ int main(int argc, char *argv[]) {
}
// Load style
- const std::string style = std::string("file://") + uv::cwd() + std::string("/styles/bright/style.json");
+ const std::string style = std::string("file://") + uv::cwd() + std::string("/styles/bright-v5.json");
map.setStyleURL(style);
int ret = view->run();