aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-04-10 16:38:49 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-04-10 16:38:49 -0700
commit32e51963732b05669d8c2060b3823bfafccb84b5 (patch)
tree3deda6a1a614f1dd6d708644362b47e6dea391be
parent18ef67b002607cf9ff3a343fcc87fcba8a51f388 (diff)
change default style to Streets
-rw-r--r--ios/app/MBXViewController.mm2
-rw-r--r--platform/ios/MGLMapView.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/app/MBXViewController.mm b/ios/app/MBXViewController.mm
index e67773054..078d67d39 100644
--- a/ios/app/MBXViewController.mm
+++ b/ios/app/MBXViewController.mm
@@ -11,8 +11,8 @@
static UIColor *const kTintColor = [UIColor colorWithRed:0.120 green:0.550 blue:0.670 alpha:1.000];
static NSArray *const kStyleNames = @[
- @"Emerald",
@"Mapbox Streets",
+ @"Emerald",
@"Light",
@"Dark",
@"Bright",
diff --git a/platform/ios/MGLMapView.mm b/platform/ios/MGLMapView.mm
index f70f9f348..8774e1e74 100644
--- a/platform/ios/MGLMapView.mm
+++ b/platform/ios/MGLMapView.mm
@@ -45,7 +45,7 @@ const std::string &defaultCacheDatabase() {
static dispatch_once_t loadGLExtensions;
-NSString *const MGLDefaultStyleName = @"Emerald";
+NSString *const MGLDefaultStyleName = @"mapbox-streets";
NSString *const MGLStyleVersion = @"7";
NSString *const MGLDefaultStyleMarkerSymbolName = @"default_marker";
NSString *const MGLMapboxAccessTokenManagerURLDisplayString = @"mapbox.com/account/apps";