diff --git a/amenity-points.mss b/amenity-points.mss index a5533d89a8..0b4231e999 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -84,8 +84,10 @@ } [feature = 'amenity_bus_station'][zoom >= 16] { - point-file: url('symbols/bus_station.n.16.png'); - point-placement: interior; + marker-file: url('symbols/bus_station.14.svg'); + marker-fill: @transportation-icon; + marker-placement: interior; + marker-clip: false; } [feature = 'amenity_taxi'][zoom >= 17] { @@ -1726,6 +1728,10 @@ [feature = 'highway_bus_stop'] { text-dy: 9; } + [feature = 'amenity_bus_station'] { + text-size: 10; + text-face-name: @bold-fonts; + } } } diff --git a/symbols/bus_station.14.svg b/symbols/bus_station.14.svg new file mode 100644 index 0000000000..a467e88203 --- /dev/null +++ b/symbols/bus_station.14.svg @@ -0,0 +1,52 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/symbols/bus_station.n.16.png b/symbols/bus_station.n.16.png deleted file mode 100644 index 5224dd119f..0000000000 Binary files a/symbols/bus_station.n.16.png and /dev/null differ