diff --git a/stations.mss b/stations.mss index fd260a7151..72a263ec4d 100644 --- a/stations.mss +++ b/stations.mss @@ -2,8 +2,10 @@ .stations { [railway = 'subway_entrance'][zoom >= 18] { - point-file: url('symbols/walking.n.12.png'); - point-placement: interior; + marker-file: url('symbols/entrance.10.svg'); + marker-placement: interior; + marker-fill: @transportation-icon; + marker-clip: false; } [railway = 'station'][zoom >= 12] { diff --git a/symbols/entrance.10.svg b/symbols/entrance.10.svg new file mode 100644 index 0000000000..9f5e7b6a1d --- /dev/null +++ b/symbols/entrance.10.svg @@ -0,0 +1,40 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/symbols/walking.n.12.png b/symbols/walking.n.12.png deleted file mode 100644 index 0902983e7e..0000000000 Binary files a/symbols/walking.n.12.png and /dev/null differ