Skip to content

Commit

Permalink
Merge pull request #1777 from kocio-pl/car_wash
Browse files Browse the repository at this point in the history
Adding amenity=car_wash icon
  • Loading branch information
matkoniecz committed Sep 16, 2015
2 parents 3fcb935 + 0d7a88d commit 278b073
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 @@ -141,6 +141,13 @@
marker-clip: false;
}

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

[feature = 'tourism_chalet'][zoom >= 17] {
point-file: url('symbols/chalet.p.16.png');
point-placement: interior;
Expand Down Expand Up @@ -1140,6 +1147,7 @@


[feature = 'amenity_police'][zoom >= 17],
[feature = 'amenity_car_wash'][zoom >= 17],
[feature = 'amenity_community_centre'][zoom >= 17],
[feature = 'amenity_fire_station'][zoom >= 17],
[feature = 'amenity_drinking_water'][zoom >= 17],
Expand Down
Loading

0 comments on commit 278b073

Please sign in to comment.