From a35ec0df90e82eb472f4b5ffe085458b0984c933 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Sat, 23 Aug 2025 21:53:40 -0300 Subject: [PATCH] [styles] Draw man_made-tower-communication as a regular mast (not a storage-tank). Signed-off-by: Viktor Govako --- data/styles/outdoors/include/Icons.mapcss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/data/styles/outdoors/include/Icons.mapcss b/data/styles/outdoors/include/Icons.mapcss index aeab4dbee..eb73f9a12 100644 --- a/data/styles/outdoors/include/Icons.mapcss +++ b/data/styles/outdoors/include/Icons.mapcss @@ -325,14 +325,11 @@ node|z14-[man_made=communications_tower], node|z16-[man_made=communications_tower], {font-size: 12;} -node|z14-[man_made=tower], -node|z14-[man_made=tower][tower:type=communication], +node|z13-[man_made=tower], node|z13-[man_made=flare], {icon-image: mast-m.svg; font-size: 11;} -node|z13-[man_made=tower], -{icon-image: mast-m.svg; font-size: 11;} -node|z14-[man_made=tower], +node|z14-[man_made=tower][tower:type!=communication], {icon-image: storage-tank.svg;} node|z16-[man_made=tower], {font-size: 12;}