Skip to content

Commit

Permalink
Drop duplicate shop code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen authored and math1985 committed Aug 12, 2017
1 parent 191053d commit ae291ca
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,6 @@
}

[zoom >= 17][zoom < 18][shop != 'supermarket'][shop != 'department_store'][shop != 'mall'] {
marker-placement: interior;
marker-clip: false;
marker-fill: @shop-icon;
marker-width: 4;
marker-line-width: 0;
}
Expand Down Expand Up @@ -751,30 +748,30 @@
[shop = 'gift'][zoom >= 18] {
marker-file: url('symbols/shop/gift.svg');
}

[shop = 'electronics'][zoom >= 18] {
marker-file: url('symbols/shop/electronics.svg');
}

[shop = 'alcohol'],
[shop = 'wine'] {
[zoom >= 18] {
marker-file: url('symbols/shop/alcohol.svg');
}
}

[shop = 'optician'][zoom >= 18] {
marker-file: url('symbols/shop/optician.svg');
}

[shop = 'outdoor'][zoom >= 18] {
marker-file: url('symbols/shop/outdoor.svg');
}

[shop = 'furniture'][zoom >= 18] {
marker-file: url('symbols/shop/furniture.svg');
}

[shop = 'mobile_phone'][zoom >= 18] {
marker-file: url('symbols/shop/mobile_phone.svg');
}
Expand Down Expand Up @@ -1338,7 +1335,7 @@
[feature = 'boundary_national_park'],
[feature = 'leisure_nature_reserve'] {
[zoom >= 8][way_pixels > 3000][is_building = 'no'],
[zoom >= 17] {
[zoom >= 17] {
text-name: "[name]";
text-size: @landcover-font-size;
text-wrap-width: @landcover-wrap-width-size;
Expand Down

0 comments on commit ae291ca

Please sign in to comment.