diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-06-19 22:07:32 +0300 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-08-13 13:32:56 +0300 |
commit | 0ff218d688084146fee178ce52c17f346fa67198 (patch) | |
tree | 75378687211bc16b81ab68e9e2cc53ee3c5f8761 /platform/ios | |
parent | f94460041353be26eb7516d7006a2c83a4aa19f2 (diff) | |
download | qtlocation-mapboxgl-0ff218d688084146fee178ce52c17f346fa67198.tar.gz |
[darwin] Add plural override for 'text-writing-mode' layout property
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/docs/guides/For Style Authors.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/docs/guides/For Style Authors.md b/platform/ios/docs/guides/For Style Authors.md index 1acf587cda..d6259238fe 100644 --- a/platform/ios/docs/guides/For Style Authors.md +++ b/platform/ios/docs/guides/For Style Authors.md @@ -270,6 +270,7 @@ In style JSON | In Objective-C | In Swift `text-justify` | `MGLSymbolStyleLayer.textJustification` | `MGLSymbolStyleLayer.textJustification` `text-optional` | `MGLSymbolStyleLayer.textOptional` | `MGLSymbolStyleLayer.isTextOptional` `text-rotate` | `MGLSymbolStyleLayer.textRotation` | `MGLSymbolStyleLayer.textRotation` +`text-writing-mode` | `MGLSymbolStyleLayer.textWritingModes` | `MGLSymbolStyleLayer.textWritingModes` `icon-translate` | `MGLSymbolStyleLayer.iconTranslation` | `MGLSymbolStyleLayer.iconTranslation` `icon-translate-anchor` | `MGLSymbolStyleLayer.iconTranslationAnchor` | `MGLSymbolStyleLayer.iconTranslationAnchor` `text-translate` | `MGLSymbolStyleLayer.textTranslation` | `MGLSymbolStyleLayer.textTranslation` |