Skip to content

Commit

Permalink
Move smart labelling to z19
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Jun 27, 2015
1 parent d52633b commit d771950
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,20 @@
[feature = 'amenity_bar'],
[feature = 'amenity_nightclub'] {
[zoom >= 17] {
text-name: "[name]";
text-fill: @amenity-brown;
text-size: 10;
text-face-name: @bold-fonts;
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: @standard-wrap-width;
text-placement: interior;
text-dy: 11;
[feature = 'amenity_bar']{
text-dy: 13;
}
}
[zoom >= 19] {
text-name: "[name]";
text-fill: @amenity-brown;
text-size: 10;
Expand Down Expand Up @@ -1901,6 +1915,17 @@
[feature = 'shop_stationery'],
[feature = 'shop_other']{
[zoom >= 17] {
text-name: "[name]";
text-size: 10;
text-fill: #939;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-halo-fill: rgba(255, 255, 255, 0.6);
text-wrap-width: @standard-wrap-width;
text-placement: interior;
text-dy: 12;
}
[zoom >= 19] {
text-name: "[name]";
text-size: 10;
text-fill: #939;
Expand Down

0 comments on commit d771950

Please sign in to comment.