From 05c5c3a8bc38ddc7c6819f986132d0883a136ea7 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 31 Oct 2014 17:21:30 -0400 Subject: Use v6 styles --- linux/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/main.cpp b/linux/main.cpp index b28ad84d14..c49957349e 100644 --- a/linux/main.cpp +++ b/linux/main.cpp @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) { // Load style if (style.empty()) - style = std::string("file://") + uv::cwd() + std::string("/../../styles/styles/bright-v5.json"); + style = std::string("file://") + uv::cwd() + std::string("/../../styles/styles/bright-v6.json"); map.setStyleURL(style); -- cgit v1.2.1