From 61baa17ac0445a6c86d0c40cbe7ae831d0ab8ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Mon, 26 Aug 2024 10:06:34 +0200 Subject: [PATCH] Hide disputed boundaries --- style.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/style.json b/style.json index a507c75..7006acd 100644 --- a/style.json +++ b/style.json @@ -2633,7 +2633,8 @@ "all", ["==", "admin_level", 8], ["!=", "maritime", 1], - ["!=", "neutral", 0] + ["!=", "neutral", 0], + ["!=", "disputed", 1] ], "layout": {"line-join": "round"}, "paint": { @@ -2652,7 +2653,8 @@ [">=", "admin_level", 6], ["<=", "admin_level", 7], ["!=", "maritime", 1], - ["!=", "neutral", 0] + ["!=", "neutral", 0], + ["!=", "disputed", 1] ], "layout": {"line-join": "round"}, "paint": { @@ -2672,7 +2674,8 @@ [">=", "admin_level", 3], ["<=", "admin_level", 5], ["!=", "maritime", 1], - ["!=", "neutral", 0] + ["!=", "neutral", 0], + ["!=", "disputed", 1] ], "layout": {"line-join": "round", "visibility": "visible"}, "paint": { @@ -2690,7 +2693,8 @@ "all", ["==", "admin_level", 2], ["!=", "maritime", 1], - ["!=", "neutral", 0] + ["!=", "neutral", 0], + ["!=", "disputed", 1] ], "layout": { "line-cap": "round",