forked from gravitystorm/openstreetmap-carto
-
Notifications
You must be signed in to change notification settings - Fork 16
/
style.mss
98 lines (83 loc) · 2.47 KB
/
style.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Map {
background-color: @land-color;
buffer-size: 256;
}
@book-fonts: "DejaVu Sans Book", "Unifont Medium";
@bold-fonts: "DejaVu Sans Bold", "Unifont Medium";
@oblique-fonts: "DejaVu Sans Oblique", "Unifont Medium";
@bold-oblique-fonts: "DejaVu Sans Bold Oblique", "Unifont Medium";
@water-color: #b5d0d0;
@land-color: #f2efe9;
@trunk_color: #9de09d; // #a9dba9
@primary_color: #ec989a;
@motorway_color: #809bc0;
@motorway_toll_color: #809bc0;
@shield_spacing: 256;
@industrial-color: #dfd4d9;
@leisure-color: #080;
@health-color: #3050e0;
@shop-icon: #ac39ac;
@brown-poi: #734a08;
@office: #666;
@transport: #06f;
// show polygon POI larger than...
@poi_min_pixels: 256;
@area_text_pixels: 1024;
@casing_large_z12: 3;
@casing_large_z13: 4.5;
@casing_large_z14: 6;
@casing_large_z15: 8;
@casing_large_z16: 10;
@casing_large_z17: 12.5;
@casing_large_z18: 16;
@casing_large_z19: 32;
@casing_medium_z12: 1.5;
@casing_medium_z13: 2.5;
@casing_medium_z14: 4.5;
@casing_medium_z15: 6;
@casing_medium_z16: 8;
@casing_medium_z17: 10;
@casing_medium_z18: 14;
@casing_medium_z19: 28;
@casing_small_z12: 0;
@casing_small_z13: 0;
@casing_small_z14: 2.5;
@casing_small_z15: 4.5;
@casing_small_z16: 6;
@casing_small_z17: 8;
@casing_small_z18: 12;
@casing_small_z19: 16;
@fill_large_z12: @casing_large_z12 - 0.5;
@fill_large_z13: @casing_large_z13 - 0.5;
@fill_large_z14: @casing_large_z14 - 1;
@fill_large_z15: @casing_large_z15 - 1.25;
@fill_large_z16: @casing_large_z16 - 1.5;
@fill_large_z17: @casing_large_z17 - 1.75;
@fill_large_z18: @casing_large_z18 - 2;
@fill_large_z19: @casing_large_z19 - 2;
@fill_medium_z12: @casing_medium_z12 - 0.5;
@fill_medium_z13: @casing_medium_z13 - 0.5;
@fill_medium_z14: @casing_medium_z14 - 0.75;
@fill_medium_z15: @casing_medium_z15 - 1;
@fill_medium_z16: @casing_medium_z16 - 1.25;
@fill_medium_z17: @casing_medium_z17 - 1.5;
@fill_medium_z18: @casing_medium_z18 - 1.75;
@fill_medium_z19: @casing_medium_z19 - 2;
@fill_small_z12: 0;
@fill_small_z13: 0;
@fill_small_z14: @casing_small_z14 - 0.5;
@fill_small_z15: @casing_small_z15 - 0.5;
@fill_small_z16: @casing_small_z16 - 0.75;
@fill_small_z17: @casing_small_z17 - 1;
@fill_small_z18: @casing_small_z18 - 1.25;
@fill_small_z19: @casing_small_z19 - 1.5;
// raster pour landcover en lowzoom
#lowzoom [zoom <= 7] {
raster-opacity:0.7;
raster-scaling: lanczos;
}
@couleur-voie: #f84; // orange
@couleur-piste: #080; // vert
@couleur-interdit: #f00; // rouge
@couleur-autorise: #08f; // bleu clair
@route: #f4f; // rose