diff --git a/amenity-points.mss b/amenity-points.mss index 653cf814a1..51185d7369 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -2,6 +2,7 @@ @wetland-text: darken(#017fff, 10%); /* Also for marsh */ @mud-text: darken(#aea397, 20%); @shop-icon: #ac39ac; +@money-icon: #555555; @transportation-icon: #0092da; @transportation-text: #0066ff; @airtransport: #8461C4; @@ -29,13 +30,17 @@ } [feature = 'amenity_atm'][zoom >= 17] { - point-file: url('symbols/atm2.p.16.png'); - point-placement: interior; + marker-file: url('symbols/atm.16.svg'); + marker-fill: @money-icon; + marker-placement: interior; + marker-clip: false; } [feature = 'amenity_bank'][zoom >= 17] { - point-file: url('symbols/bank2.p.16.png'); - point-placement: interior; + marker-file: url('symbols/bank.16.svg'); + marker-fill: @money-icon; + marker-placement: interior; + marker-clip: false; } [feature = 'amenity_bar'][zoom >= 17] { diff --git a/symbols/atm.16.svg b/symbols/atm.16.svg new file mode 100644 index 0000000000..36a74f801e --- /dev/null +++ b/symbols/atm.16.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/symbols/atm2.p.16.png b/symbols/atm2.p.16.png deleted file mode 100644 index 62caf207eb..0000000000 Binary files a/symbols/atm2.p.16.png and /dev/null differ diff --git a/symbols/bank.16.svg b/symbols/bank.16.svg new file mode 100644 index 0000000000..ea8c60afd5 --- /dev/null +++ b/symbols/bank.16.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/symbols/bank2.p.16.png b/symbols/bank2.p.16.png deleted file mode 100644 index a7d30e86d5..0000000000 Binary files a/symbols/bank2.p.16.png and /dev/null differ