-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices_et_activites.mss
46 lines (42 loc) · 1.01 KB
/
services_et_activites.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
#zone_d_activite_ou_d_interet {
polygon-fill: blue;
polygon-opacity: 0.2;
name/text-name: [toponyme];
name/text-size: 10;
name/text-fill: blue;
name/text-dy: 4;
name/text-face-name: @book-fonts;
name/text-halo-radius: 1;
name/text-wrap-width: 80;
text-name: [nature_detaillee];
text-size: 10;
text-fill: blue;
text-dy: -4;
text-face-name: @book-fonts;
text-halo-radius: 1;
text-wrap-width: 80;
[zoom > 18] {
text-size: 12;
name/text-size: 12;
}
}
#toponymie_services_et_activites {
name/text-name: [graphie_du_toponyme];
name/text-size: 10;
name/text-fill: blue;
name/text-dy: 4;
name/text-face-name: @book-fonts;
name/text-halo-radius: 1;
name/text-wrap-width: 80;
text-name: [nature_de_l_objet];
text-size: 10;
text-fill: blue;
text-dy: -4;
text-face-name: @book-fonts;
text-halo-radius: 1;
marker-width: 3;
[zoom > 18] {
text-size: 12;
name/text-size: 12;
}
}