From cfc6085718d101df7973610c6a8394f3d6f9934b Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Fri, 30 Dec 2016 17:17:08 +0100 Subject: [PATCH] Add missing properties to symbol layer --- src/config/layout.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/config/layout.json b/src/config/layout.json index bb3d6b0c..c8cf5385 100644 --- a/src/config/layout.json +++ b/src/config/layout.json @@ -184,8 +184,12 @@ "fields": [ "text-field", "text-font", + "text-color", "text-size", - "text-line-height" + "text-line-height", + "text-halo-color", + "text-halo-width", + "text-halo-blur" ] }, { @@ -197,7 +201,9 @@ "text-padding", "symbol-avoid-edges", "text-allow-overlap", - "text-ignore-placement" + "text-ignore-placement", + "text-translate", + "text-translate-anchor" ] }, {