diff --git a/amenity-points.mss b/amenity-points.mss index ee53c58938..cc605455b9 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -574,8 +574,10 @@ } [feature = 'man_made_lighthouse'][zoom >= 15] { - point-file: url('symbols/lighthouse.p.20.png'); - point-placement: interior; + marker-file: url('symbols/lighthouse.16.svg'); + marker-placement: interior; + marker-clip: false; + marker-fill: @transportation-icon; } [feature = 'natural_peak'][zoom >= 11] { diff --git a/symbols/lighthouse.16.svg b/symbols/lighthouse.16.svg new file mode 100644 index 0000000000..eb7eae4cf9 --- /dev/null +++ b/symbols/lighthouse.16.svg @@ -0,0 +1,40 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/symbols/lighthouse.p.20.png b/symbols/lighthouse.p.20.png deleted file mode 100644 index f2e268fcbb..0000000000 Binary files a/symbols/lighthouse.p.20.png and /dev/null differ