Skip to content

Commit

Permalink
Show island and islet labels earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Oct 14, 2017
1 parent 76644c8 commit f494954
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 @@ -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;
Expand Down

0 comments on commit f494954

Please sign in to comment.