summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-20 23:44:31 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-03-20 23:44:31 -0700
commit188331505e78ccacb8f010b91d549735062c69e6 (patch)
tree1c48ad3b551657d18dd865d0e1c919c6e29d8db1
parent9ee8bac1fe420076772918a25ca24504fef798ff (diff)
parentf43661115f7f2601d77b7fc5f813e65ca2651d0d (diff)
downloadqtlocation-mapboxgl-188331505e78ccacb8f010b91d549735062c69e6.tar.gz
Merge pull request #1043 from mapbox/964-emerald-default
Show Emerald by default
-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
{