blob: 04e31a6d1622d3037b894c562c3de9c432698dee (
plain)
1
2
3
4
5
6
7
8
9
10
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');
}
}
}
|