Skip to content

Commit

Permalink
Icon and YAML for shop=bag and getting rid of shop=bags
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Sep 16, 2015
1 parent 278b073 commit c64ea70
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 8 deletions.
8 changes: 8 additions & 0 deletions amenity-points.mss
Expand Up @@ -508,6 +508,13 @@
marker-fill: @shop-icon;
}

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

[feature = 'shop_bakery'][zoom >= 17] {
marker-file: url('symbols/shop_bakery.16.svg');
marker-fill: @shop-icon;
Expand Down Expand Up @@ -1945,6 +1952,7 @@
}
}

[feature = 'shop_bag'],
[feature = 'shop_bakery'],
[feature = 'shop_beauty'],
[feature = 'shop_beverages'],
Expand Down

0 comments on commit c64ea70

Please sign in to comment.