mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 09:01:20 +01:00
Add missing properties to symbol layer
This commit is contained in:
parent
384b2d4bea
commit
cfc6085718
1 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue