Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Aug 8, 2016
2 parents 83dfe18 + 668e689 commit ef48cd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 63 deletions.
7 changes: 4 additions & 3 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -930,9 +930,9 @@
}

[feature = 'leisure_dog_park'][zoom >= 17] {
marker-file: url('symbols/dog_park.16.svg');
marker-file: url('symbols/shop_pet.16.svg');
marker-placement: interior;
marker-fill: darken(@park, 60%);
marker-fill: @amenity-brown;
marker-clip: false;
}

Expand Down Expand Up @@ -1396,7 +1396,8 @@
}
}

[feature = 'leisure_playground'] {
[feature = 'leisure_playground'],
[feature = 'leisure_dog_park'] {
[way_area >= 150000][zoom >= 14],
[way_area >= 80000][zoom >= 15],
[way_area >= 20000][zoom >= 16],
Expand Down
2 changes: 1 addition & 1 deletion landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

[feature = 'leisure_dog_park'] {
[zoom >= 10] {
polygon-fill: darken(@park, 5%);
polygon-fill: @playground;
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
}
Expand Down
59 changes: 0 additions & 59 deletions symbols/dog_park.16.svg

This file was deleted.

Binary file modified symbols/dog_park.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef48cd7

Please sign in to comment.