From 27af3142d94c7a0d6569209ce7897ef0aa3e589c Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Wed, 7 Dec 2022 13:34:21 +0000 Subject: [PATCH] [styles] fix post office priority Signed-off-by: Harry Bond --- data/styles/clear/include/Icons.mapcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/styles/clear/include/Icons.mapcss b/data/styles/clear/include/Icons.mapcss index 554b9aa090..becd090383 100644 --- a/data/styles/clear/include/Icons.mapcss +++ b/data/styles/clear/include/Icons.mapcss @@ -150,8 +150,6 @@ node[shop=money_lender], area[shop=money_lender], node[amenity=childcare], area[amenity=childcare], -node[amenity=post_office], -area[amenity=post_office], node[power=station], area[power=station], node[power=substation], @@ -304,6 +302,8 @@ node[shop=caravan], area[shop=caravan], node[highway=services], area[highway=services], +node[amenity=post_office], +area[amenity=post_office], node[amenity=dentist], area[amenity=dentist], node[amenity=clinic],