Skip to content

Commit

Permalink
Merge pull request #1468 from nebulon42/svg-caravan
Browse files Browse the repository at this point in the history
move caravan parking icon to SVG
  • Loading branch information
pnorman committed Apr 26, 2015
2 parents 33b30d5 + d93c6ff commit 4bc495a
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@ -106,8 +106,10 @@
}

[feature = 'tourism_caravan_site'][zoom >= 16] {
point-file: url('symbols/caravan_park.p.24.png');
point-placement: interior;
marker-file: url('symbols/caravan_park.16.svg');
marker-placement: interior;
marker-clip: false;
marker-fill: @transportation-icon;
}

[feature = 'amenity_car_sharing'][zoom >= 16] {
Expand Down
14 changes: 14 additions & 0 deletions symbols/caravan_park.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/caravan_park.p.24.png
Binary file not shown.

0 comments on commit 4bc495a

Please sign in to comment.