Skip to content

Commit

Permalink
tourism=attraction - partially restore old label, stop rendering areas
Browse files Browse the repository at this point in the history
it reverts some changes introduced in #941 - styling of tourism=attraction labels is changed to the old one, except depending on way_pixels and yielding to building label style
  • Loading branch information
matkoniecz committed Oct 18, 2014
1 parent 1df67df commit 714aff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 3 additions & 4 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1250,10 +1250,9 @@
text-size: @landcover-font-size;
[way_pixels > 12000] { text-size: @landcover-font-size-big; }
[way_pixels > 48000] { text-size: @landcover-font-size-bigger; }
text-fill: darken(@attraction, 40%);
text-face-name: @landcover-face-name;
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-fill: #660033;
text-face-name: @book-fonts;
text-halo-radius: 2;
text-wrap-width: @landcover-wrap-width-size;
[way_pixels > 12000] {text-wrap-width: @landcover-wrap-width-size-big; }
[way_pixels > 48000] {text-wrap-width: @landcover-wrap-width-size-bigger; }
Expand Down
5 changes: 0 additions & 5 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
@aerodrome: #e9e7e2;
@allotments: #e5c7ab;
@apron: #e9d1ff;
@attraction: #f2caea;
@barracks: #ff8f8f;
@campsite: #def6c0; // also caravan_site, picnic_site
@cemetery: #aacbaf; // also grave_yard
Expand Down Expand Up @@ -83,10 +82,6 @@
}
}

[feature = 'tourism_attraction'][zoom >= 10] {
polygon-fill: @attraction;
}

[feature = 'landuse_quarry'][zoom >= 10] {
polygon-pattern-file: url('symbols/quarry2.png');
line-width: 0.5;
Expand Down

0 comments on commit 714aff3

Please sign in to comment.