Skip to content

Commit

Permalink
move embassy icon to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Jan 18, 2015
1 parent eabf222 commit 65e21d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
8 changes: 5 additions & 3 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@
}

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

[feature = 'amenity_library'][zoom >= 16] {
Expand Down Expand Up @@ -1336,7 +1338,7 @@
text-name: "[name]";
text-size: 9;
text-fill: #0066ff;
text-dy: 9;
text-dy: 10;
text-face-name: @book-fonts;
text-halo-radius: 1;
text-wrap-width: @standard-wrap-width;
Expand Down
12 changes: 12 additions & 0 deletions symbols/embassy.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/embassy.png
Binary file not shown.

0 comments on commit 65e21d2

Please sign in to comment.