-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcity-road-labels.mss
70 lines (59 loc) · 2.55 KB
/
city-road-labels.mss
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#major-road-labels[zoom>=12] name
{
text-face-name: 'Arial Regular';
text-placement: line;
text-max-char-angle-delta: 30;
text-fill: #777;
text-halo-radius: 1;
text-halo-fill: #d9d9d3;
text-spacing: 100;
}
#major-road-labels[highway=motorway] name
{
text-spacing: 300;
}
#major-road-labels[zoom>=15] name
{
text-halo-radius: 1;
text-halo-fill: #fff;
}
#minor-road-labels[zoom>=16] name
{
text-face-name: 'Arial Regular';
text-placement: line;
text-max-char-angle-delta: 30;
text-fill: #777;
text-halo-radius: 1;
text-halo-fill: #fff;
text-spacing: 100;
}
#major-road-labels[zoom=12] name { text-dy: 6; }
#major-road-labels[highway=motorway][zoom=12] name { text-size: 10; }
#major-road-labels[highway=trunk][zoom=12] name { text-size: 10; }
#major-road-labels[highway=primary][zoom=12] name { text-size: 10; }
#major-road-labels[zoom=13] name { text-dy: 6; }
#major-road-labels[highway=motorway][zoom=13] name { text-size: 10; }
#major-road-labels[highway=trunk][zoom=13] name { text-size: 10; }
#major-road-labels[highway=primary][zoom=13] name { text-size: 10; }
#major-road-labels[zoom=14] name { text-dy: 7; }
#major-road-labels[highway=motorway][zoom=14] name { text-size: 11; }
#major-road-labels[highway=trunk][zoom=14] name { text-size: 11; }
#major-road-labels[highway=primary][zoom=14] name { text-size: 11; }
#major-road-labels[highway=secondary][zoom=14] name { text-size: 10; }
#major-road-labels[highway=motorway][zoom=15] name { text-size: 12; }
#major-road-labels[highway=trunk][zoom=15] name { text-size: 12; }
#major-road-labels[highway=primary][zoom=15] name { text-size: 12; }
#major-road-labels[highway=secondary][zoom=15] name { text-size: 11; }
#major-road-labels[highway=tertiary][zoom=15] name { text-size: 11; }
#major-road-labels[highway=motorway][zoom=16] name { text-size: 14; }
#major-road-labels[highway=trunk][zoom=16] name { text-size: 14; }
#major-road-labels[highway=primary][zoom=16] name { text-size: 12; }
#major-road-labels[highway=secondary][zoom=16] name { text-size: 12; }
#major-road-labels[highway=tertiary][zoom=16] name { text-size: 11; }
#minor-road-labels[zoom=16] name { text-size: 10; }
#major-road-labels[highway=motorway][zoom=17] name { text-size: 16; }
#major-road-labels[highway=trunk][zoom=17] name { text-size: 16; }
#major-road-labels[highway=primary][zoom=17] name { text-size: 14; }
#major-road-labels[highway=secondary][zoom=17] name { text-size: 14; }
#major-road-labels[highway=tertiary][zoom=17] name { text-size: 12; }
#minor-road-labels[zoom=17] name { text-size: 11; }