Skip to content

Commit

Permalink
add rendering for amenity=nightclub (resolves gravitystorm#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 authored and sommerluk committed Mar 16, 2015
1 parent 710b2f0 commit ad94342
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
10 changes: 9 additions & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@
marker-clip: false;
}

[feature = 'amenity_nightclub'][zoom >= 17] {
marker-file: url('symbols/nightclub.18.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_fire_station'][zoom >= 16] {
marker-file: url('symbols/firestation.16.svg');
marker-fill: #734a08;
Expand Down Expand Up @@ -665,7 +672,8 @@
[feature = 'amenity_cafe'],
[feature = 'amenity_fast_food'],
[feature = 'amenity_biergarten'],
[feature = 'amenity_bar'] {
[feature = 'amenity_bar'],
[feature = 'amenity_nightclub'] {
[zoom >= 17] {
text-name: "[name]";
text-fill: #734a08;
Expand Down
47 changes: 47 additions & 0 deletions symbols/nightclub.18.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad94342

Please sign in to comment.