mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 06:40:25 +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-cap",
|
||||||
"line-join",
|
"line-join",
|
||||||
"line-miter-limit",
|
"line-miter-limit",
|
||||||
"line-round-limit",
|
"line-round-limit"
|
||||||
"line-sort-key"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -57,13 +56,6 @@
|
||||||
"fill-translate",
|
"fill-translate",
|
||||||
"fill-translate-anchor"
|
"fill-translate-anchor"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Layout properties",
|
|
||||||
"type": "properties",
|
|
||||||
"fields": [
|
|
||||||
"fill-sort-key"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -101,8 +93,7 @@
|
||||||
"circle-pitch-scale",
|
"circle-pitch-scale",
|
||||||
"circle-translate",
|
"circle-translate",
|
||||||
"circle-translate-anchor",
|
"circle-translate-anchor",
|
||||||
"circle-pitch-alignment",
|
"circle-pitch-alignment"
|
||||||
"circle-sort-key"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -116,8 +107,7 @@
|
||||||
"symbol-placement",
|
"symbol-placement",
|
||||||
"symbol-spacing",
|
"symbol-spacing",
|
||||||
"symbol-avoid-edges",
|
"symbol-avoid-edges",
|
||||||
"symbol-z-order",
|
"symbol-z-order"
|
||||||
"symbol-sort-key"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue