diff --git a/amenity-symbols.mss b/amenity-symbols.mss index 8239f58aab..7581950eba 100644 --- a/amenity-symbols.mss +++ b/amenity-symbols.mss @@ -1,9 +1,13 @@ +@airtransport: #8461C4; + .symbols { [aeroway = 'helipad'][zoom >= 16]::aeroway { - point-file: url('symbols/helipad.p.16.png'); + marker-file: url('symbols/helipad.svg'); + marker-clip: false; + marker-fill: @airtransport; text-name: "[name]"; text-size: 8; - text-fill: #6692da; + text-fill: @airtransport; text-dy: -10; text-face-name: @bold-fonts; text-halo-radius: 1; @@ -13,12 +17,14 @@ [aeroway = 'aerodrome'][zoom >= 10][zoom < 13]::aeroway { [zoom < 11] { - point-file: url('symbols/aerodrome.p.16.png'); - text-dy: -12; + marker-file: url('symbols/aerodrome.svg'); + marker-clip: false; + marker-fill: @airtransport; + text-dy: -10; } text-name: "[name]"; text-size: 8; - text-fill: #6692da; + text-fill: darken(@airtransport, 15%); text-face-name: @oblique-fonts; text-halo-radius: 1; text-placement: interior; diff --git a/symbols/aerodrome.p.16.png b/symbols/aerodrome.p.16.png deleted file mode 100644 index 8f13cd76fe..0000000000 Binary files a/symbols/aerodrome.p.16.png and /dev/null differ diff --git a/symbols/aerodrome.svg b/symbols/aerodrome.svg new file mode 100644 index 0000000000..aacb1747b5 --- /dev/null +++ b/symbols/aerodrome.svg @@ -0,0 +1,4 @@ + + + + diff --git a/symbols/helipad.p.16.png b/symbols/helipad.p.16.png deleted file mode 100644 index 619513ca00..0000000000 Binary files a/symbols/helipad.p.16.png and /dev/null differ diff --git a/symbols/helipad.svg b/symbols/helipad.svg new file mode 100644 index 0000000000..eceb8e9972 --- /dev/null +++ b/symbols/helipad.svg @@ -0,0 +1,4 @@ + + + +