From b8829d9a5cfd24eb76ca7ce241f5a1b079e7a3ef Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 14 Oct 2019 09:22:11 +0100 Subject: [PATCH] Remove *-sort-key until we support expressions. --- src/config/layout.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/config/layout.json b/src/config/layout.json index e2ced56..7d23808 100644 --- a/src/config/layout.json +++ b/src/config/layout.json @@ -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" ] }, {