From 3a982cfa4a9b2233e4af2d022f42a45301250118 Mon Sep 17 00:00:00 2001 From: kocio-pl Date: Sat, 6 Oct 2018 04:43:53 +0200 Subject: [PATCH] Moving ATM to z19+ (#3372) --- amenity-points.mss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amenity-points.mss b/amenity-points.mss index e509414c4f..3b934c51dd 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -56,7 +56,7 @@ marker-clip: false; } - [feature = 'amenity_atm'][zoom >= 17] { + [feature = 'amenity_atm'][zoom >= 19] { marker-file: url('symbols/amenity/atm.svg'); marker-fill: @amenity-brown; marker-placement: interior; @@ -2277,7 +2277,7 @@ } } - [feature = 'amenity_atm'][zoom >= 17] { + [feature = 'amenity_atm'][zoom >= 19] { text-name: "[operator]"; text-size: @standard-font-size; text-wrap-width: @standard-wrap-width;