Skip to content

Commit

Permalink
Use 3 pixel square icon for tourism_attraction
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe committed Dec 28, 2018
1 parent 6f7cf7b commit 08575c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 77 deletions.
6 changes: 3 additions & 3 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1729,11 +1729,11 @@
}

[feature = 'tourism_attraction'][zoom >= 17] {
marker-file: url('symbols/circle1.svg');
marker-file: url('symbols/square.svg');
marker-fill: @tourism;
marker-placement: interior;
marker-clip: false;
marker-width: 6;
marker-width: 3;
}

// waste_disposal tagging on nodes - tagging on ways is defined earlier
Expand Down Expand Up @@ -3235,7 +3235,7 @@
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
text-dy: 6;
text-dy: 4;
text-fill: @tourism;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
Expand Down
74 changes: 0 additions & 74 deletions symbols/circle1.svg

This file was deleted.

0 comments on commit 08575c7

Please sign in to comment.