-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinefeatures.mapcss
125 lines (118 loc) · 2.1 KB
/
linefeatures.mapcss
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
meta { title: "Line features"; }
/* ISSOM 522 Passable fence or railing */
way[barrier=fence],
way[barrier=avalanche_protection],
way[fenced?]
{
color: silver;
width: 2.1;
repeat-image: symbols/fence.svg;
repeat-image-offset: 3.25;
repeat-image-spacing: 37.5;
}
/* ISSOM 521.1 Impassable wall */
way[barrier=wall]
{
color: silver;
width: 3.5;
}
/* ISSOM 519 Passable stone wall */
way[barrier=retaining_wall],
way[barrier=city_wall],
way[historic=citywalls],
way[barrier=stone_wall],
way[historic=stone_wall]
{
color: silver;
width: 2.1;
casing-dashes: 0,37.5;
casing-width: +3;
casing-linecap: round;
casing-color: silver;
}
/* ISSOM 410 Vegetation */
way[barrier=hedge],
way[barrier=hedge_bank],
way[natural=tree_row]
{
color: #1EB53A;
width: 2.5;
}
/* ISSOM 307 Minor watercourse */
way[barrier=ditch]
{
color: #87D2E7;
width: 2.1;
dashes: 18.7,3.7;
}
/* ISSOM 201 Impassable cliff */
way[natural=cliff]
{
color: silver;
width: 5;
casing-dashes: 1.8,7.5;
casing-dashes-offset: 1.8;
casing-width: +7.5;
casing-offset: -3.75;
casing-color: silver;
}
/* ISSOM 203 Passable rock face */
way[natural=cliff][foot=passable]
{
width: 3;
}
/* ISSOM 106 Earth bank */
way[man_made=embankment],
way[embankment?]
{
color: #8f5f24;
width: 2.7;
casing-dashes: 1.8,7.5;
casing-dashes-offset: 1.8;
casing-width: +7.5;
casing-offset: -3.75;
casing-color: #8f5f24;
}
/* ISSOM 509 Narrow ride */
way[man_made=cutline][!highway][!power],
way[cutline][!highway][!power]
{
color: silver;
width: .7;
dashes: 30,5;
}
/* ISSOM 516 Power line, cableway or skilift */
way[power$=line],
way[aerialway]
{
color: silver;
width: 1.4;
casing-dashes: 1.4,100;
casing-width: +6;
casing-color: silver;
}
/* ISSOM 533 Pipeline */
way[man_made=pipeline]
{
color: silver;
width: 2.1;
repeat-image: symbols/pipeline.svg;
repeat-image-spacing: 37.5;
}
way[waterway=dam],
way[man_made=pier]
{
color: white;
width: 4;
z-index: 2;
}
area[waterway=dam]:closed,
area[man_made=pier]:closed
{
width:1;
color:white;
dashes:0;
casing-width:0;
fill-color:white;
fill-opacity:0.4;
}