diff options
author | Fabian Guerra Soto <fabian.guerra@mapbox.com> | 2018-04-23 09:05:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 09:05:36 -0400 |
commit | a45670cfb5752866b9c8130024a313944684c2db (patch) | |
tree | 9964a1ec295d5033204062f221615c0bcc54344a /platform/macos/docs | |
parent | 991264ae657303e172ba1cdd1aa56eb27b951c92 (diff) | |
download | qtlocation-mapboxgl-a45670cfb5752866b9c8130024a313944684c2db.tar.gz |
[ios, macos] Rename featureProperties to featureAttributes. (#11748)
* [ios, macos] Rename featureProperties to featureAttributes.
* [ios, macos] Update style documentation.
* [ios, macos] Remove featureProperties variable tests.
* [ios, macos] Update the changelogs.
Diffstat (limited to 'platform/macos/docs')
-rw-r--r-- | platform/macos/docs/guides/For Style Authors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/docs/guides/For Style Authors.md b/platform/macos/docs/guides/For Style Authors.md index fff70d0a90..22182c7810 100644 --- a/platform/macos/docs/guides/For Style Authors.md +++ b/platform/macos/docs/guides/For Style Authors.md @@ -324,7 +324,7 @@ In style specification | Method, function, or predicate type | Format string syn `typeof` | | `geometry-type` | `NSExpression.geometryTypeVariableExpression` | `$geometryType` `id` | `NSExpression.featureIdentifierVariableExpression` | `$featureIdentifier` -`properties` | `NSExpression.featurePropertiesVariableExpression` | `$featureProperties` +`properties` | `NSExpression.featureAttributesVariableExpression` | `$featureAttributes` `at` | `objectFrom:withIndex:` | `array[n]` `get` | `+[NSExpression expressionForKeyPath:]` | Key path `has` | `mgl_does:have:` | `mgl_does:have:(self, 'key')` |