Skip to content

Commit

Permalink
add icon for shop=books
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Feb 14, 2015
1 parent 76daa10 commit 19d3343
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 14 deletions.
20 changes: 14 additions & 6 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,13 @@
marker-clip: false;
}

[feature = 'shop_books'][zoom >= 17] {
marker-file: url('symbols/shop_books.16.svg');
marker-fill: @shop-icon;
marker-placement: interior;
marker-clip: false;
}

[feature = 'shop_butcher'][zoom >= 17] {
marker-file: url('symbols/shop_butcher.png');
marker-placement: interior;
Expand Down Expand Up @@ -1633,16 +1640,17 @@
}

[feature = 'shop_bakery'],
[feature = 'shop_clothes'],
[feature = 'shop_fashion'],
[feature = 'shop_convenience'],
[feature = 'shop_doityourself'],
[feature = 'shop_hairdresser'],
[feature = 'shop_bicycle'],
[feature = 'shop_books'],
[feature = 'shop_butcher'],
[feature = 'shop_car'],
[feature = 'shop_car_repair'],
[feature = 'shop_bicycle'],
[feature = 'shop_clothes'],
[feature = 'shop_convenience'],
[feature = 'shop_fashion'],
[feature = 'shop_doityourself'],
[feature = 'shop_florist'],
[feature = 'shop_hairdresser'],
[feature = 'shop_other']{
[zoom >= 17] {
text-name: "[name]";
Expand Down
Loading

0 comments on commit 19d3343

Please sign in to comment.