diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-04-11 18:15:38 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-04-11 20:26:02 -0700 |
commit | aaba667cc3afaddd21c63d396e9d98ab59b52c65 (patch) | |
tree | 108d5b690570c313dda3136b04e11616aae7a2b2 /platform | |
parent | 9b869c51ad6cd7d722112e163736c839952cdb5e (diff) | |
download | qtlocation-mapboxgl-aaba667cc3afaddd21c63d396e9d98ab59b52c65.tar.gz |
[ios, macos] Corrected link in expression documentation
Diffstat (limited to 'platform')
-rw-r--r-- | platform/darwin/src/NSExpression+MGLAdditions.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/platform/darwin/src/NSExpression+MGLAdditions.h b/platform/darwin/src/NSExpression+MGLAdditions.h index 4c416de3e5..66d306ad06 100644 --- a/platform/darwin/src/NSExpression+MGLAdditions.h +++ b/platform/darwin/src/NSExpression+MGLAdditions.h @@ -17,7 +17,8 @@ NS_ASSUME_NONNULL_BEGIN The Foundation object is interpreted according to the [Mapbox Style Specification](https://www.mapbox.com/mapbox-gl-js/style-spec/#expressions). - See the “[Predicates and Expressions](../predicates-and-expressions.html)” + See the + “[Information for Style Authors](../for-style-authors.html#setting-attribute-values)” guide for a correspondence of operators and types between the style specification and the `NSExpression` representation used by this SDK. @@ -33,7 +34,8 @@ NS_ASSUME_NONNULL_BEGIN The Foundation object conforms to the [Mapbox Style Specification](https://www.mapbox.com/mapbox-gl-js/style-spec/#expressions). - See the “[Predicates and Expressions](../predicates-and-expressions.html)” + See the + “[Information for Style Authors](../for-style-authors.html#setting-attribute-values)” guide for a correspondence of operators and types between the style specification and the `NSExpression` representation used by this SDK. |