summaryrefslogtreecommitdiff
path: root/platform/darwin/scripts/style-spec-cocoa-conventions-v8.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/scripts/style-spec-cocoa-conventions-v8.json')
-rw-r--r--platform/darwin/scripts/style-spec-cocoa-conventions-v8.json26
1 files changed, 22 insertions, 4 deletions
diff --git a/platform/darwin/scripts/style-spec-cocoa-conventions-v8.json b/platform/darwin/scripts/style-spec-cocoa-conventions-v8.json
index 49cf515e3e..9d80ff3896 100644
--- a/platform/darwin/scripts/style-spec-cocoa-conventions-v8.json
+++ b/platform/darwin/scripts/style-spec-cocoa-conventions-v8.json
@@ -9,13 +9,26 @@
"icon-size": "icon-scale",
"symbol-avoid-edges": "symbol-avoids-edges",
"text-allow-overlap": "text-allows-overlap",
+ "text-field": "text",
+ "text-font": "text-font-names",
"text-ignore-placement": "text-ignores-placement",
"text-justify": "text-justification",
"text-keep-upright": "keeps-text-upright",
"text-max-angle": "maximum-text-angle",
"text-max-width": "maximum-text-width",
"text-optional": "is-text-optional",
- "text-rotate": "text-rotation"
+ "text-rotate": "text-rotation",
+ "text-size": "text-font-size"
+ },
+ "paint_circle": {
+ "circle-pitch-scale": "circle-scale-alignment",
+ "circle-translate": "circle-translation",
+ "circle-translate-anchor": "circle-translation-anchor"
+ },
+ "paint_fill": {
+ "fill-antialias": "is-fill-antialiased",
+ "fill-translate": "fill-translation",
+ "fill-translate-anchor": "fill-translation-anchor"
},
"paint_raster": {
"raster-brightness-min": "minimum-raster-brightness",
@@ -23,9 +36,14 @@
"raster-hue-rotate": "raster-hue-rotation"
},
"paint_line": {
- "line-dasharray": "line-dash-pattern"
+ "line-dasharray": "line-dash-pattern",
+ "line-translate": "line-translation",
+ "line-translate-anchor": "line-translation-anchor"
},
- "paint_fill": {
- "fill-antialias": "is-fill-antialiased"
+ "paint_symbol": {
+ "icon-translate": "icon-translation",
+ "icon-translate-anchor": "icon-translation-anchor",
+ "text-translate": "text-translation",
+ "text-translate-anchor": "text-translation-anchor"
}
} \ No newline at end of file