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

Commit

Permalink
[ios, macos] updated with @1ec5's revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley committed May 15, 2017
1 parent c7af32e commit a55bf87
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, style values are set
to the attribute value for a feature. 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 a55bf87

Please sign in to comment.