summaryrefslogtreecommitdiff
path: root/bicycle-parking.mss
blob: 026d034c61e5a1e5bde6615d9e5bd71d9fc4a6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#bicycle-parking-points {
  [zoom >= 16] {
    point-file: url('symbols/bicycle-parking.p.16.png');
    point-placement: interior;
    text-name: "[capacity]";
    text-size: 12;
    text-fill: #3dba2f;
    text-dy: 10;
    text-face-name: @bold-fonts;
    text-halo-radius: 1;
    text-placement: interior;
  }
}

#bicycle-parking-areas {
  [zoom >= 16] {
    point-file: url('symbols/bicycle-parking.p.16.png');
    point-placement: interior;
    text-name: "[capacity]";
    text-size: 12;
    text-fill: #3dba2f;
    text-dy: 10;
    text-face-name: @bold-fonts;
    text-halo-radius: 1;
    text-placement: interior;
    line-width: 0.5;
    line-color: #3dba2f;
  }
}