Skip to content

Commit

Permalink
Adding icon for tourism=apartment
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Sep 24, 2016
1 parent d0d4a81 commit 9fdfc72
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
marker-clip: false;
}

[feature = 'tourism_chalet'][zoom >= 17] {
[feature = 'tourism_chalet'][zoom >= 17],
[feature = 'tourism_apartment'][zoom >= 18] {
point-file: url('symbols/chalet.p.16.png');
point-placement: interior;
}
Expand Down Expand Up @@ -1741,7 +1742,8 @@
[feature = 'tourism_hostel'][zoom >= 17],
[feature = 'tourism_chalet'][zoom >= 17],
[feature = 'tourism_guest_house'][zoom >= 17],
[feature = 'tourism_camp_site'][zoom >= 17] {
[feature = 'tourism_camp_site'][zoom >= 17],
[feature = 'tourism_apartment'][zoom >= 18] {
text-name: "[name]";
text-size: @standard-text-size;
text-fill: #0066ff;
Expand Down
Loading

0 comments on commit 9fdfc72

Please sign in to comment.