Skip to content

Commit

Permalink
Solve combinatorial explosion caused by shop != ''
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Aug 28, 2014
1 parent b355768 commit ca80283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
point-placement: interior;
}

[shop != ''][zoom >= 17] {
[feature = 'shop_other'][zoom >= 17] {
marker-file: url('symbols/shop.p.16.png');
marker-placement: interior;
marker-clip: false;
Expand Down Expand Up @@ -1104,7 +1104,7 @@
}

/* Default shop text style */
[shop != ''][zoom >= 17] {
[feature = 'shop_other'][zoom >= 17] {
text-name: [name];
text-size: 9;
text-dy: 10;
Expand Down
Loading

0 comments on commit ca80283

Please sign in to comment.