summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-12-06 21:28:04 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-12-06 21:28:04 -0800
commit9f9422deb808ff5f77aa640c8222207fa6456e04 (patch)
treeb02e121e6ee4a49205564f50dc9fda5d58549f4e
parent88f91a48ae1b237aa285038feecf5060013baad2 (diff)
downloadqtlocation-mapboxgl-9f9422deb808ff5f77aa640c8222207fa6456e04.tar.gz
[ios] s/iconSize/iconScale/
Followup to #7310.
-rw-r--r--platform/macos/app/MapDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/app/MapDocument.m b/platform/macos/app/MapDocument.m
index ed33d7f089..901a5ebb7f 100644
--- a/platform/macos/app/MapDocument.m
+++ b/platform/macos/app/MapDocument.m
@@ -684,7 +684,7 @@ NS_ARRAY_OF(id <MGLAnnotation>) *MBXFlattenedShapes(NS_ARRAY_OF(id <MGLAnnotatio
theaterLayer.sourceLayerIdentifier = @"poi_label";
theaterLayer.predicate = [NSPredicate predicateWithFormat:@"maki == 'theatre'"];
theaterLayer.iconImageName = [MGLStyleValue valueWithRawValue:NSImageNameIChatTheaterTemplate];
- theaterLayer.iconSize = [MGLStyleValue valueWithRawValue:@2];
+ theaterLayer.iconScale = [MGLStyleValue valueWithRawValue:@2];
theaterLayer.iconColor = [MGLStyleValue valueWithStops:@{
@16.0: [MGLStyleValue valueWithRawValue:[NSColor redColor]],
@18.0: [MGLStyleValue valueWithRawValue:[NSColor yellowColor]],