From d80d64bdc897432b5b02d9db80e68b22a24e9c16 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Mon, 7 Feb 2022 12:19:32 +0300 Subject: [PATCH] [styles] Avoid bust_stop icon and platform text overlap in z16. Signed-off-by: Viktor Govako --- data/styles/clear/include/Basemap_label.mapcss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/styles/clear/include/Basemap_label.mapcss b/data/styles/clear/include/Basemap_label.mapcss index 3f27d2b4b2..d183b279d3 100644 --- a/data/styles/clear/include/Basemap_label.mapcss +++ b/data/styles/clear/include/Basemap_label.mapcss @@ -743,7 +743,11 @@ area|z16-[aeroway=terminal] /* 8.4 Platforms */ area|z16-[railway=platform], -area|z16-[public_transport=platform], +/* + Patch to avoid conflicts with highway=bus_stop icon on z16. + Unfortunatelly, we can't disable text for nodes only. +*/ +area|z17-[public_transport=platform], {text: name; font-size: 9; fill-opacity: 1; text-color: @building_label; text-position: center;} /* 9. ISOLINES */