summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-05 15:57:28 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-03-08 12:14:22 -0700
commit78900c6eeec08e23efba4c5eafcb6faeefc9e424 (patch)
treef5bb42cbae9648adaf5aee2037a701fe03ee04f8 /ios
parenta5998dc59b0b2ba37b4ff8543d5decb7e37c9cfa (diff)
downloadqtlocation-mapboxgl-78900c6eeec08e23efba4c5eafcb6faeefc9e424.tar.gz
Alias hybrid to satellite
Looks terrible at the moment, but the API is closer to what developers would expect. Fixes #935.
Diffstat (limited to 'ios')
-rw-r--r--ios/app/MBXViewController.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/app/MBXViewController.mm b/ios/app/MBXViewController.mm
index 0e0e73c4db..98b337f927 100644
--- a/ios/app/MBXViewController.mm
+++ b/ios/app/MBXViewController.mm
@@ -12,7 +12,8 @@ static NSArray *const kStyleNames = @[
@"Bright",
@"Basic",
@"Outdoors",
- @"Satellite"
+ @"Satellite",
+ @"Hybrid",
];
static NSString *const kStyleVersion = @"v7";