diff --git a/amenity-points.mss b/amenity-points.mss index ed124af029..728ba65400 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -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] { @@ -625,7 +627,7 @@ text-wrap-width: @standard-wrap-width; text-placement: interior; [feature = 'amenity_cinema'] { - text-dy: 15; + text-dy: 11; } } } diff --git a/symbols/cinema.16.svg b/symbols/cinema.16.svg new file mode 100644 index 0000000000..c383d87acc --- /dev/null +++ b/symbols/cinema.16.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/symbols/cinema.p.24.png b/symbols/cinema.p.24.png deleted file mode 100644 index 0ecb8ea3dc..0000000000 Binary files a/symbols/cinema.p.24.png and /dev/null differ