Skip to content

Commit

Permalink
change cinema icon to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Jan 13, 2015
1 parent 7ec43a9 commit 1d2eb06
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 @@ -110,8 +110,10 @@
}

[feature = 'amenity_cinema'][zoom >= 16] {
point-file: url('symbols/cinema.p.24.png');
point-placement: interior;
marker-file: url('symbols/cinema.16.svg');
marker-fill: #734a08;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_fire_station'][zoom >= 16] {
Expand Down Expand Up @@ -625,7 +627,7 @@
text-wrap-width: @standard-wrap-width;
text-placement: interior;
[feature = 'amenity_cinema'] {
text-dy: 15;
text-dy: 11;
}
}
}
Expand Down
12 changes: 12 additions & 0 deletions symbols/cinema.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/cinema.p.24.png
Binary file not shown.

0 comments on commit 1d2eb06

Please sign in to comment.