Skip to content

Commit

Permalink
move camping icon to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Jan 11, 2015
1 parent c10424b commit 31eef50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 4 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@
}

[feature = 'tourism_camp_site'][zoom >= 16] {
point-file: url('symbols/camping.n.16.png');
point-placement: interior;
marker-file: url('symbols/camping.16.svg');
marker-fill: #0092da;
marker-placement: interior;
marker-clip: false;
}

[feature = 'highway_ford'][zoom >= 16] {
Expand Down
12 changes: 12 additions & 0 deletions symbols/camping.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed symbols/camping.n.16.png
Binary file not shown.

0 comments on commit 31eef50

Please sign in to comment.