summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-02-22 12:34:19 -0800
committerjmkiley <jordan.kiley@mapbox.com>2018-02-22 12:34:19 -0800
commit270b78f0034102ae905aac5dacac2c27ed9ff087 (patch)
treeec9a7a302d94e13f8ce71a7a9000ca8a98d8acb9
parenta26ae08c590a507493682f9e51a8f68265412794 (diff)
downloadqtlocation-mapboxgl-upstream/jmkiley-fill-expressions.tar.gz
[ios] Removed centering codeupstream/jmkiley-fill-expressions
-rw-r--r--platform/ios/app/MBXViewController.m2
1 files changed, 0 insertions, 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