From 9495b686e7e7e8cdfc429168d5b28758ed620a7d Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 22 Jan 2015 11:07:08 -0800 Subject: Use v7 styles / tests --- 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 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); -- cgit v1.2.1