summaryrefslogtreecommitdiff
path: root/ios/app
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 /ios/app
parent18ef67b002607cf9ff3a343fcc87fcba8a51f388 (diff)
downloadqtlocation-mapboxgl-32e51963732b05669d8c2060b3823bfafccb84b5.tar.gz
change default style to Streets
Diffstat (limited to 'ios/app')
-rw-r--r--ios/app/MBXViewController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/app/MBXViewController.mm b/ios/app/MBXViewController.mm
index e677730540..078d67d398 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",