Skip to content

Commit

Permalink
move car sharing icon to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Mar 28, 2015
1 parent aaefe33 commit 9825bae
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
5 changes: 3 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@
}

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

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

0 comments on commit 9825bae

Please sign in to comment.