forked from cyclosm/cyclosm-cartocss-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroad-colors.yml
176 lines (175 loc) · 3.55 KB
/
road-colors.yml
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# This is the input for scripts/generate_road_colours.py
# Colours for output into the MSS file
mss:
# For each class of road there are three color variables:
# - line: for lower zoomlevels when the road is represented by a
# single solid line.
# - case: for higher zoomlevels, this color is for the road's
# casing (outline).
# - fill: for higher zoomlevels, this color is for the road's
# inner fill (inline).
motorway-trunk:
line: '#f6f6f6'
fill: '#c0ccc4'
case: '#f6f6f6'
shield-fill: '#620728'
primary:
line: '#f4dfc3'
fill: '#f4dfc3'
case: '#d8b267'
shield-fill: '#4c2e00'
secondary:
line: '#f6f8d2'
fill: '#f6f8d2'
case: '#b1bb5d'
shield-fill: '#323b00'
tertiary:
line: '#f6f6f6'
fill: '#f6f6f6'
case: '#777'
shield-fill: '#3b3b3b'
standard:
line: '#f6f6f6'
fill: '#f6f6f6'
case: '#999'
pedestrian:
fill: '#41ffa0'
case: '@land'
track:
fill: '#1e4374'
light1: 'lighten(@track-fill, 30%)'
light2: 'lighten(@track-fill, 50)'
case: '#cdae8c'
speed32:
fill: '#bbffff'
speed20:
fill: '#21ffcc'
speedWalk:
fill: '#41ffa0'
cycle:
fill: '#0000ff'
case: '@land'
mixed-cycle:
fill: '#0050ff'
footway:
fill: '#4f874f'
steps:
fill: '#003e00'
case: '@land'
path:
fill: '#00767c'
nobicycle: '#949400'
bridleway:
fill: '#835d4b'
rail:
line: '#999999'
icn:
overlay: '#ff00ff'
shield-fill: '#f6f6f6'
ncn:
overlay: '#aa00ff'
shield-fill: '#f6f6f6'
rcn:
overlay: '#5500ff'
shield-fill: '#f6f6f6'
lcn:
overlay: '#0000ff'
shield-fill: '#f6f6f6'
mtb:
overlay: '#d15000'
shield-fill: '#f6f6f6'
# Colours used by the road shields script
shield:
motorway-trunk:
fill: '#a7ccb3'
stroke_fill: '#f6f6f6'
primary:
fill: '#ffc859'
stroke_fill: '#ffc859'
secondary:
fill: '#ffe873'
stroke_fill: '#ffe873'
tertiary:
fill: '#f1f1f1'
stroke_fill: '#c6c6c6'
icn:
fill: '#ff00ff'
stroke_fill: '#ff00ff'
additional_sizes:
- base
ncn:
fill: '#aa00ff'
stroke_fill: '#aa00ff'
additional_sizes:
- base
rcn:
fill: '#5500ff'
stroke_fill: '#5500ff'
additional_sizes:
- base
lcn:
fill: '#0000ff'
stroke_fill: '#0000ff'
additional_sizes:
- base
mtb:
fill: '#d15000'
stroke_fill: '#ff6200'
additional_sizes:
- base
icn-junction:
fill: 'rgba(255, 0, 255, 0.5)'
stroke_fill: '#ff00ff'
rounded_corners: '50%'
max_height: 1
max_width: 1
shield_width: 12
shield_height: 12
additional_sizes:
- base
- z16
z16:
shield_width: 24
shield_height: 24
ncn-junction:
fill: 'rgba(170, 0, 255, 0.5)'
stroke_fill: '#aa00ff'
rounded_corners: '500'
max_height: 1
max_width: 1
shield_width: 12
shield_height: 12
additional_sizes:
- base
- z16
z16:
shield_width: 24
shield_height: 24
rcn-junction:
fill: 'rgba(85, 0, 255, 0.5)'
stroke_fill: '#5500ff'
rounded_corners: '500'
max_height: 1
max_width: 1
shield_width: 12
shield_height: 12
additional_sizes:
- base
- z16
z16:
shield_width: 24
shield_height: 24
lcn-junction:
fill: 'rgba(0, 0, 255, 0.5)'
stroke_fill: '#0000ff'
rounded_corners: '500'
max_height: 1
max_width: 1
shield_width: 12
shield_height: 12
additional_sizes:
- base
- z16
z16:
shield_width: 24
shield_height: 24