From b20d088379c15719b1738dcbe1dcbf0e9d13d262 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Aug 2013 20:50:08 +0100 Subject: Initial commit --- public_transport.mss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 public_transport.mss (limited to 'public_transport.mss') diff --git a/public_transport.mss b/public_transport.mss new file mode 100755 index 0000000..04e31a6 --- /dev/null +++ b/public_transport.mss @@ -0,0 +1,11 @@ +#public_transport { + [public_transport = 'platform'] { + [zoom >= 14] { + point-file: url('symbols/bus_stop_small.png'); + point-placement: interior; + } + [zoom >= 16] { + point-file: url('symbols/bus_stop.p.12.png'); + } + } +} -- cgit v1.2.3