forked from cyclosm/cyclosm-cartocss-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
road-shields.yml
84 lines (84 loc) · 1.64 KB
/
road-shields.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
# This is the input for scripts/generate_shields.py
# Colours used by the road shields script
shield:
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: 500
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