mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:21:16 +01:00
Remove *-sort-key until we support expressions.
This commit is contained in:
parent
d63782ddf2
commit
b8829d9a5c
1 changed files with 3 additions and 13 deletions
|
@ -24,8 +24,7 @@
|
|||
"line-cap",
|
||||
"line-join",
|
||||
"line-miter-limit",
|
||||
"line-round-limit",
|
||||
"line-sort-key"
|
||||
"line-round-limit"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -57,13 +56,6 @@
|
|||
"fill-translate",
|
||||
"fill-translate-anchor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Layout properties",
|
||||
"type": "properties",
|
||||
"fields": [
|
||||
"fill-sort-key"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -101,8 +93,7 @@
|
|||
"circle-pitch-scale",
|
||||
"circle-translate",
|
||||
"circle-translate-anchor",
|
||||
"circle-pitch-alignment",
|
||||
"circle-sort-key"
|
||||
"circle-pitch-alignment"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -116,8 +107,7 @@
|
|||
"symbol-placement",
|
||||
"symbol-spacing",
|
||||
"symbol-avoid-edges",
|
||||
"symbol-z-order",
|
||||
"symbol-sort-key"
|
||||
"symbol-z-order"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue