Skip to content

Commit

Permalink
move post icons to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Jun 9, 2015
1 parent 0b9b4b0 commit 3bec94a
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 4 deletions.
12 changes: 8 additions & 4 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,17 @@
}

[feature = 'amenity_post_box'][zoom >= 17] {
point-file: url('symbols/post_box.p.16.png');
point-placement: interior;
marker-file: url('symbols/post_box.12.svg');
marker-fill: @amenity-brown;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_post_office'][zoom >= 17] {
point-file: url('symbols/post_office.p.16.png');
point-placement: interior;
marker-file: url('symbols/post_office.16.svg');
marker-fill: @amenity-brown;
marker-placement: interior;
marker-clip: false;
}

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

0 comments on commit 3bec94a

Please sign in to comment.