summaryrefslogtreecommitdiff
path: root/public_transport.mss
diff options
context:
space:
mode:
Diffstat (limited to 'public_transport.mss')
-rwxr-xr-xpublic_transport.mss11
1 files changed, 11 insertions, 0 deletions
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');
+ }
+ }
+}