diff --git a/amenity-points.mss b/amenity-points.mss index e1f595e7d4..765d836193 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -247,8 +247,10 @@ } [feature = 'tourism_information'][zoom >= 17] { - point-file: url('symbols/information.p.16.png'); - point-placement: interior; + marker-file: url('symbols/information.12.svg'); + marker-placement: interior; + marker-fill: @amenity-brown; + marker-clip: false; } [feature = 'amenity_embassy'][zoom >= 17] { diff --git a/symbols/information.12.svg b/symbols/information.12.svg new file mode 100644 index 0000000000..f07bc408da --- /dev/null +++ b/symbols/information.12.svg @@ -0,0 +1,48 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/symbols/information.p.16.png b/symbols/information.p.16.png deleted file mode 100644 index 65d03dbddd..0000000000 Binary files a/symbols/information.p.16.png and /dev/null differ