From d675828fe14d55c1a0de30f951d2005ae5d8cf84 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 31 Oct 2014 14:46:51 -0400 Subject: Get mapbox-gl-styles via submodule (fixes #511) --- macosx/main.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx') diff --git a/macosx/main.mm b/macosx/main.mm index 81494821cf..5c6f3592a9 100644 --- a/macosx/main.mm +++ b/macosx/main.mm @@ -100,7 +100,7 @@ int main() { if (accessToken) map.setAccessToken([accessToken cStringUsingEncoding:[NSString defaultCStringEncoding]]); // Load style - const std::string path([[[NSBundle mainBundle] pathForResource:@"style" ofType:@"json" inDirectory:@"styles/bright"] UTF8String]); + const std::string path([[[NSBundle mainBundle] pathForResource:@"bright-v5" ofType:@"json" inDirectory:@"styles/"] UTF8String]); map.setStyleURL(std::string("file://") + path); -- cgit v1.2.1