From f494954ca7676ea3e94639a80bff7b026687b3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ko=C4=87?= Date: Sat, 14 Oct 2017 11:01:44 +0200 Subject: [PATCH] Show island and islet labels earlier --- amenity-points.mss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amenity-points.mss b/amenity-points.mss index ccd353531c..ba9a1157f1 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -1092,9 +1092,9 @@ /* Note that .text is also used in water.mss */ .text-low-zoom[zoom < 10], .text[zoom >= 10] { - [feature = 'place_island'][zoom >= 7][way_pixels > 3000][way_pixels < 800000], + [feature = 'place_island'][zoom >= 4][way_pixels > 3000][way_pixels < 800000], [feature = 'place_island'][zoom >= 16][way_pixels < 800000], - [feature = 'place_islet'][zoom >= 14][way_pixels > 3000][way_pixels < 800000], + [feature = 'place_islet'][zoom >= 11][way_pixels > 3000][way_pixels < 800000], [feature = 'place_islet'][zoom >= 17][way_pixels < 800000] { text-name: "[name]"; text-fill: #000;