-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrailway.mapcss
72 lines (69 loc) · 1.37 KB
/
railway.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
node,
way,
relation {
fill-opacity: 0;
opacity: 0;
}
way[railway=/rail|narrow_gauge/][service!=spur][service!=yard][service!=siding] {
color: #dc0000;
opacity: 0.8;
width: 1;
}
way[railway][tunnel=yes] {
dashes: 7, 7;
}
way[railway]::foreground {
color: #dc0000;
opacity: 1;
width: 4;
}
node[name] {
color: white;
fill-color: #dc0000;
fill-opacity: 1;
opacity: 1;
text-anchor-horizontal: left;
text-anchor-vertical: bottom;
text-color: #dc0000;
text-halo-color: white;
text-halo-opacity: 0.8;
text-halo-radius: 2;
width: 1;
}
node[name][railway=station] {
font: "bold 12pt / 1.0 Noto Sans ";
icon-width: 6;
text-offset-x: 9;
text: name;
}
node[name][railway=halt] {
font: "bold 9pt / 1.0 Noto Sans ";
icon-width: 4;
text-offset-x: 7;
text: name;
}
node[abandoned:railway=/station|halt/],
node[disused:railway=/station|halt/] {
fill-color: #00000080;
font: "bold 9pt / 1.0 Noto Sans ";
icon-width: 4;
text-color: #00000080;
text-offset-x: 7;
text: name;
}
node[name="Breiteneich bei Horn"],
node[name="Gars-Thunau"],
node[name="Gars-Thunau"],
node[name="Gedersdorf"],
node[name="Langenlois"],
node[name="Langenlois"],
node[name="Rohrendorf"],
node[name="Rosenburg"],
node[name="Stallegg"] {
text-anchor-horizontal: right;
text-offset-x: -5;
}
node[name="Horn"],
node[name="Krems a. d. Donau"] {
text-anchor-vertical: top;
}