summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-20 22:52:21 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-03-20 22:52:21 -0700
commitf43661115f7f2601d77b7fc5f813e65ca2651d0d (patch)
tree1c48ad3b551657d18dd865d0e1c919c6e29d8db1 /platform
parent9ee8bac1fe420076772918a25ca24504fef798ff (diff)
downloadqtlocation-mapboxgl-f43661115f7f2601d77b7fc5f813e65ca2651d0d.tar.gz
Show Emerald by default
a1a7ab62e176afb354109ba23360c668f84771e8 only added an Emerald option to the test app, but `MGLMapView` itself has its own default style. Fixes #964.
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/MGLMapView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/MGLMapView.mm b/platform/ios/MGLMapView.mm
index 281755a4c8..9b096315dd 100644
--- a/platform/ios/MGLMapView.mm
+++ b/platform/ios/MGLMapView.mm
@@ -175,7 +175,7 @@ mbgl::DefaultFileSource *mbglFileSource = nullptr;
{
if ( ! styleJSON)
{
- [self useBundledStyleNamed:@"bright-v7"];
+ [self useBundledStyleNamed:@"emerald-v7"];
}
else
{