mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 13:30:03 +00:00
Added new features text-writing-mode and *-sort-key
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"line-cap",
|
||||
"line-join",
|
||||
"line-miter-limit",
|
||||
"line-round-limit"
|
||||
"line-round-limit",
|
||||
"line-sort-key"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -56,6 +57,13 @@
|
||||
"fill-translate",
|
||||
"fill-translate-anchor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Layout properties",
|
||||
"type": "properties",
|
||||
"fields": [
|
||||
"fill-sort-key"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -93,7 +101,8 @@
|
||||
"circle-pitch-scale",
|
||||
"circle-translate",
|
||||
"circle-translate-anchor",
|
||||
"circle-pitch-alignment"
|
||||
"circle-pitch-alignment",
|
||||
"circle-sort-key"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -107,7 +116,8 @@
|
||||
"symbol-placement",
|
||||
"symbol-spacing",
|
||||
"symbol-avoid-edges",
|
||||
"symbol-z-order"
|
||||
"symbol-z-order",
|
||||
"symbol-sort-key"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -128,6 +138,7 @@
|
||||
"text-justify",
|
||||
"text-anchor",
|
||||
"text-max-angle",
|
||||
"text-writing-mode",
|
||||
"text-rotate",
|
||||
"text-keep-upright",
|
||||
"text-transform",
|
||||
|
||||
Reference in New Issue
Block a user