Skip to content

Commit

Permalink
Merge pull request #1218 from nebulon42/svg-camping
Browse files Browse the repository at this point in the history
move camping icon to SVG
  • Loading branch information
matthijsmelissen committed Jan 12, 2015
2 parents c10424b + 31eef50 commit cea9263
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 cea9263

Please sign in to comment.