From 270b78f0034102ae905aac5dacac2c27ed9ff087 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Thu, 22 Feb 2018 12:34:19 -0800 Subject: [ios] Removed centering code --- platform/ios/app/MBXViewController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/ios/app/MBXViewController.m b/platform/ios/app/MBXViewController.m index f8d6a7417b..3d0abf0a24 100644 --- a/platform/ios/app/MBXViewController.m +++ b/platform/ios/app/MBXViewController.m @@ -1434,8 +1434,6 @@ typedef NS_ENUM(NSInteger, MBXSettingsMiscellaneousRows) { // source, identity function that sets any feature with an "opacity" attribute to use that value and anything without to 1.0 fillStyleLayer.fillOpacity = [NSExpression expressionWithFormat:@"TERNARY(opacity != nil, opacity, 1.0)"]; [self.mapView.style addLayer:fillStyleLayer]; - [self.mapView setCenterCoordinate:CLLocationCoordinate2DMake(37.75741564287944, -122.44640350341795)]; - self.mapView.zoomLevel = 15; } - (void)addLatLonGrid -- cgit v1.2.1