Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] s/iconSize/iconScale/
Browse files Browse the repository at this point in the history
Followup to #7310.
  • Loading branch information
1ec5 committed Dec 7, 2016
1 parent 88f91a4 commit 9f9422d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/macos/app/MapDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ - (IBAction)manipulateStyle:(id)sender {
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]],
Expand Down

0 comments on commit 9f9422d

Please sign in to comment.