diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-12-06 21:28:04 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-12-06 21:28:04 -0800 |
commit | 9f9422deb808ff5f77aa640c8222207fa6456e04 (patch) | |
tree | b02e121e6ee4a49205564f50dc9fda5d58549f4e /platform/macos/app | |
parent | 88f91a48ae1b237aa285038feecf5060013baad2 (diff) | |
download | qtlocation-mapboxgl-9f9422deb808ff5f77aa640c8222207fa6456e04.tar.gz |
[ios] s/iconSize/iconScale/
Followup to #7310.
Diffstat (limited to 'platform/macos/app')
-rw-r--r-- | platform/macos/app/MapDocument.m | 2 |
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]], |