Add missing properties to symbol layer

This commit is contained in:
Lukas Martinelli 2016-12-30 17:17:08 +01:00
parent 384b2d4bea
commit cfc6085718

View file

@ -184,8 +184,12 @@
"fields": [ "fields": [
"text-field", "text-field",
"text-font", "text-font",
"text-color",
"text-size", "text-size",
"text-line-height" "text-line-height",
"text-halo-color",
"text-halo-width",
"text-halo-blur"
] ]
}, },
{ {
@ -197,7 +201,9 @@
"text-padding", "text-padding",
"symbol-avoid-edges", "symbol-avoid-edges",
"text-allow-overlap", "text-allow-overlap",
"text-ignore-placement" "text-ignore-placement",
"text-translate",
"text-translate-anchor"
] ]
}, },
{ {