Skip to content

Commit

Permalink
Adding rendering for tourism=artwork
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Jul 18, 2016
1 parent 2ddf2c4 commit dc0236f
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 12 deletions.
8 changes: 8 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@
marker-clip: false;
}

[feature = 'tourism_artwork'][zoom >= 17] {
marker-file: url('symbols/artwork-14.svg');
marker-fill: @amenity-brown;
marker-placement: interior;
marker-clip: false;
}

[feature = 'tourism_camp_site'][zoom >= 16] {
marker-file: url('symbols/camping.16.svg');
marker-fill: @transportation-icon;
Expand Down Expand Up @@ -1313,6 +1320,7 @@
text-placement: interior;
}

[feature = 'tourism_artwork'][zoom >= 17],
[feature = 'historic_memorial'][zoom >= 17],
[feature = 'man_made_obelisk'][zoom >= 16],
[feature = 'historic_monument'][zoom >= 16],
Expand Down
Loading

0 comments on commit dc0236f

Please sign in to comment.