Skip to content

Commit

Permalink
Merge pull request #2890 from kocio-pl/islands-low-zoom
Browse files Browse the repository at this point in the history
Show island and islet labels earlier
  • Loading branch information
kocio-pl authored Oct 20, 2017
2 parents 623b951 + f494954 commit 24f6436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1101,9 +1101,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;
Expand Down

0 comments on commit 24f6436

Please sign in to comment.