summaryrefslogtreecommitdiff
path: root/platform/darwin/scripts/style-spec-overrides-v8.json
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-12-12 23:05:09 -0800
committerGitHub <noreply@github.com>2016-12-12 23:05:09 -0800
commit1ab791c3dc15ee5d7bb8045e15a6ea4782b2e337 (patch)
treeec51874bf147d69f0cc793adf421b975324df0e2 /platform/darwin/scripts/style-spec-overrides-v8.json
parente38b4b590df2f74b47e25df9c44f4152ef1c582c (diff)
downloadqtlocation-mapboxgl-1ab791c3dc15ee5d7bb8045e15a6ea4782b2e337.tar.gz
[ios, macos] Override references to property names in property requirements lists (#7391)
* [ios, macos] Refer to template images in documentation SDF icons are known as template images in AppKit and UIKit. * [ios, macos] Override property names in requirements
Diffstat (limited to 'platform/darwin/scripts/style-spec-overrides-v8.json')
-rw-r--r--platform/darwin/scripts/style-spec-overrides-v8.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/darwin/scripts/style-spec-overrides-v8.json b/platform/darwin/scripts/style-spec-overrides-v8.json
index ed42935138..cfda85b7fb 100644
--- a/platform/darwin/scripts/style-spec-overrides-v8.json
+++ b/platform/darwin/scripts/style-spec-overrides-v8.json
@@ -45,6 +45,12 @@
}
},
"paint_symbol": {
+ "icon-color": {
+ "doc": "The tint color to apply to the icon. The `icon-image-name` property must be set to a template image."
+ },
+ "icon-halo-color": {
+ "doc": "The color of the icon’s halo. The `icon-image-name` property must be set to a template image."
+ },
"icon-translate": {
"doc": "Distance that the icon's anchor is moved from its original placement."
},