mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 06:27:25 +00:00
Add missing properties to symbol layer
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user