summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFillStyleLayer.h
diff options
context:
space:
mode:
authorMolly Lloyd <molly@mapbox.com>2018-08-07 15:03:13 -0700
committerMolly Lloyd <molly@mapbox.com>2018-08-27 13:21:04 -0700
commit8ec4fff810a6563a0ae5e3c4380079ac27d9d195 (patch)
tree43bf7b5e0be8d487bda6a8f24b807476c5e36cb1 /platform/darwin/src/MGLFillStyleLayer.h
parent4202d72f80a67f3e62cb048669293cfd30863f90 (diff)
downloadqtlocation-mapboxgl-8ec4fff810a6563a0ae5e3c4380079ac27d9d195.tar.gz
[core] update gl-js hash and style code for fill and fill-extrusion data-driven -pattern
Diffstat (limited to 'platform/darwin/src/MGLFillStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLFillStyleLayer.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/platform/darwin/src/MGLFillStyleLayer.h b/platform/darwin/src/MGLFillStyleLayer.h
index af82482c62..eadf57222b 100644
--- a/platform/darwin/src/MGLFillStyleLayer.h
+++ b/platform/darwin/src/MGLFillStyleLayer.h
@@ -227,11 +227,8 @@ MGL_EXPORT
* Predefined functions, including mathematical and string operators
* Conditional expressions
* Variable assignments and references to assigned variables
- * Step functions applied to the `$zoomLevel` variable
-
- This property does not support applying interpolation functions to the
- `$zoomLevel` variable or applying interpolation or step functions to feature
- attributes.
+ * Interpolation and step functions applied to the `$zoomLevel` variable and/or
+ feature attributes
*/
@property (nonatomic, null_resettable) NSExpression *fillPattern;