Skip to content

Commit

Permalink
Icon and YAML for amenity=social_facility
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Sep 28, 2015
1 parent c1f8496 commit 736fbb6
Show file tree
Hide file tree
Showing 4 changed files with 59 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 @@ -280,6 +280,13 @@
marker-clip: false;
}

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

[feature = 'amenity_townhall'][zoom >= 16] {
marker-file: url('symbols/town_hall.16.svg');
marker-fill: @amenity-brown;
Expand Down Expand Up @@ -1207,6 +1214,7 @@
[feature = 'amenity_police'][zoom >= 17],
[feature = 'amenity_car_wash'][zoom >= 17],
[feature = 'amenity_community_centre'][zoom >= 17],
[feature = 'amenity_social_facility'][zoom >= 17],
[feature = 'amenity_fire_station'][zoom >= 17],
[feature = 'amenity_drinking_water'][zoom >= 17],
[feature = 'tourism_picnic_site'][zoom >= 17],
Expand Down
Loading

0 comments on commit 736fbb6

Please sign in to comment.