-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnvbw-additional.mapcss
More file actions
43 lines (38 loc) · 1012 Bytes
/
nvbw-additional.mapcss
File metadata and controls
43 lines (38 loc) · 1012 Bytes
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
/*
Additional map paint style for the NVBW mapping project
*/
way!:closed[incline] {
set incline_way;
repeat-image-width: 13;
repeat-image-height: 18;
repeat-image-spacing: 39;
repeat-image-phase: -5;
}
*[incline=up].incline_way,
*[incline=~/^[0-9.]/].incline_way {
repeat-image: "images/incline-arrow.svg";
}
*[incline=down].incline_way,
*[incline=~/^-[0-9.]/].incline_way {
repeat-image: "images/incline-arrow-down.svg";
}
node[!"departures_board"]["passenger_information_display:speech_output"]["passenger_information_display"=yes] {
icon-image: "images/dsa.svg";
icon-image-width: 20;
icon-image-height: 10;
}
/* Platform sections */
node["railway:platform:section"] {
icon-image: "images/blue-shield.svg";
icon-width: 16;
icon-height: 16;
icon-position: center;
text: "railway:platform:section";
text-anchor-horizontal: "center";
text-anchor-vertical: "center";
text-color: "white";
text-size: 8;
text-weight: "bold";
text-offset-x: -14;
text-offset-y: 4;
}