From 9112f7900e30dbc68e551692f5796fb1bfb8fac0 Mon Sep 17 00:00:00 2001 From: jeisenbe Date: Thu, 27 Feb 2020 17:31:00 +0900 Subject: [PATCH] Move small amenities to z18 This PR, similar to closed PR #1884, moves amenity=atm and amenity=post_box to z18, though in this case they are currently rendered only at z19. Also emergency phones are moved back to z18 from z19 --- amenity-points.mss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amenity-points.mss b/amenity-points.mss index 472de3f3e8..f4288d76b6 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -61,7 +61,7 @@ } } - [feature = 'amenity_atm'][zoom >= 19] { + [feature = 'amenity_atm'][zoom >= 18] { marker-file: url('symbols/amenity/atm.svg'); marker-fill: @amenity-brown; marker-clip: false; @@ -664,7 +664,7 @@ marker-clip: false; } - [feature = 'amenity_post_box'][zoom >= 19] { + [feature = 'amenity_post_box'][zoom >= 18] { marker-file: url('symbols/amenity/post_box.svg'); marker-fill: @amenity-brown; marker-clip: false; @@ -692,7 +692,7 @@ marker-clip: false; } - [feature = 'emergency_phone'][zoom >= 19] { + [feature = 'emergency_phone'][zoom >= 18] { marker-file: url('symbols/amenity/emergency_phone.svg'); marker-fill: @amenity-brown; marker-clip: false;