From 6741cc4598a8618204875e4fd8939013a88bbc48 Mon Sep 17 00:00:00 2001 From: handymenny Date: Tue, 20 Feb 2024 19:49:29 +0100 Subject: [PATCH] style: remove references to ice_cream from poi shop --- layers/poi/style.json | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/layers/poi/style.json b/layers/poi/style.json index b117cb92..546f2089 100644 --- a/layers/poi/style.json +++ b/layers/poi/style.json @@ -59,16 +59,7 @@ "icon-allow-overlap": true }, "paint": { - "text-color": [ - "match", - [ - "get", - "class" - ], - "ice_cream", - "#C77400", - "#939" - ], + "text-color": "#939", "icon-opacity": 1, "icon-halo-blur": 1, "text-halo-blur": 0.5, @@ -144,16 +135,7 @@ "icon-allow-overlap": true }, "paint": { - "text-color": [ - "match", - [ - "get", - "class" - ], - "ice_cream", - "#C77400", - "#939" - ], + "text-color": "#939", "icon-opacity": 1, "icon-halo-blur": 1, "text-halo-blur": 0.5,