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

Commit

Permalink
[ios, macos] edited identity interpolation mode documentation (#8657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley authored May 15, 2017
1 parent 627455c commit c7acb55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/darwin/src/MGLStyleValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ typedef NS_ENUM(NSUInteger, MGLInterpolationMode) {
*/
MGLInterpolationModeCategorical,
/**
Values between two stops are not interpolated. Instead, values are set to their
input value. Use identity interpolation mode to show attribute values that can be
used as style values.
Values between two stops are not interpolated. Instead, for any given feature, the
style value matches a value in that feature’s attributes dictionary. Use identity
interpolation mode to show attribute values that can be used as style values.
*/
MGLInterpolationModeIdentity
};
Expand Down

0 comments on commit c7acb55

Please sign in to comment.