summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-08-24 10:47:30 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-08-24 10:47:30 -0700
commit0451aca37e866c3380072b114e2d49353888e4b5 (patch)
tree899dcf40ef2ea0f51e25640556548d63cad60a21 /ios
parente42e3ea3a00fd7d74ff73b955ebcb8d202362088 (diff)
parente97662972fef0e56132a03f2c2510c0da8537aad (diff)
downloadqtlocation-mapboxgl-0451aca37e866c3380072b114e2d49353888e4b5.tar.gz
Merge branch 'v8'
Diffstat (limited to 'ios')
-rw-r--r--ios/benchmark/MBXBenchViewController.mm2
-rw-r--r--ios/benchmark/fo/MBXBenchViewController.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/benchmark/MBXBenchViewController.mm b/ios/benchmark/MBXBenchViewController.mm
index 86b4ec9cbe..0305ab853b 100644
--- a/ios/benchmark/MBXBenchViewController.mm
+++ b/ios/benchmark/MBXBenchViewController.mm
@@ -32,7 +32,7 @@
{
[super viewDidLoad];
- NSURL* url = [[NSURL alloc] initWithString:@"asset://styles/mapbox-streets-v7.json"];
+ NSURL* url = [[NSURL alloc] initWithString:@"asset://styles/streets-v8.json"];
self.mapView = [[MGLMapView alloc] initWithFrame:self.view.bounds styleURL:url];
self.mapView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
self.mapView.delegate = self;
diff --git a/ios/benchmark/fo/MBXBenchViewController.mm b/ios/benchmark/fo/MBXBenchViewController.mm
index f1079d9e08..b4eb4ec3fa 100644
--- a/ios/benchmark/fo/MBXBenchViewController.mm
+++ b/ios/benchmark/fo/MBXBenchViewController.mm
@@ -21,7 +21,7 @@
{
[super viewDidLoad];
- NSURL* url = [[NSURL alloc] initWithString:@"asset://styles/mapbox-streets-v7.json"];
+ NSURL* url = [[NSURL alloc] initWithString:@"asset://styles/streets-v8.json"];
self.mapView = [[MGLMapView alloc] initWithFrame:self.view.bounds accessToken:nil styleURL:url];
self.mapView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
self.mapView.delegate = self;