summaryrefslogtreecommitdiff
path: root/ios/benchmark
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-10-23 13:42:07 +1100
committerMinh Nguyễn <mxn@1ec5.org>2015-10-30 13:09:04 -0700
commitabf93c008b993f178df327e7681418df51e72844 (patch)
treeb57b3f654cb262ee7d5e834610f8fa95ed8603c1 /ios/benchmark
parentddc4251074dae9115d6e252099ec04995188e29a (diff)
downloadqtlocation-mapboxgl-abf93c008b993f178df327e7681418df51e72844.tar.gz
[core] Remove bundled styles.
Fixes #2239
Diffstat (limited to 'ios/benchmark')
-rw-r--r--ios/benchmark/MBXBenchViewController.mm2
-rw-r--r--ios/benchmark/benchmark-ios.gypi1
2 files changed, 1 insertions, 2 deletions
diff --git a/ios/benchmark/MBXBenchViewController.mm b/ios/benchmark/MBXBenchViewController.mm
index 964a5c3de4..2af2cacd1f 100644
--- a/ios/benchmark/MBXBenchViewController.mm
+++ b/ios/benchmark/MBXBenchViewController.mm
@@ -44,7 +44,7 @@
{
[super viewDidLoad];
- NSURL* url = [[NSURL alloc] initWithString:@"asset://styles/streets-v8.json"];
+ NSURL* url = [[NSURL alloc] initWithString:@"mapbox://styles/mapbox/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/benchmark-ios.gypi b/ios/benchmark/benchmark-ios.gypi
index 0a3440d5cd..01f4e8afb2 100644
--- a/ios/benchmark/benchmark-ios.gypi
+++ b/ios/benchmark/benchmark-ios.gypi
@@ -12,7 +12,6 @@
'<!@(find ../ios/benchmark/img -type f)',
'assets/glyphs',
'assets/sprites',
- 'assets/styles',
'assets/tiles',
],