Skip to content

Commit 8c3d7ef

Browse files
committed
Add support for signal categories like NL:voor NL:hoofd en NL:snelheid
1 parent 4a2a444 commit 8c3d7ef

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

maxspeed_signals.mss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,8 @@
885885
/*****************************************/
886886
/* NL speed limit light (no main signal) */
887887
/*****************************************/
888-
["feature"="NL"]["signal_speed_limit_form"="light"] {
888+
["feature"="NL"]["signal_speed_limit_form"="light"],
889+
["feature"="NL:snelheid"]["signal_speed_limit_form"="light"] {
889890
marker-width: 16;
890891
marker-height: 16;
891892
marker-file: url('symbols/nl/speed_limit_light.png');

signals.mss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,8 @@ Format details:
798798
/****************************/
799799
/* NL distant light signals */
800800
/****************************/
801-
["feature"="NL"]["distant_form"="light"] {
801+
["feature"="NL"]["distant_form"="light"],
802+
["feature"="NL:voor"]["distant_form"="light"] {
802803
::text {
803804
text-name: [ref];
804805
text-dy: 12;
@@ -1301,7 +1302,8 @@ Format details:
13011302
/*************************/
13021303
/* NL main light signals */
13031304
/*************************/
1304-
["feature"="NL"]["main_form"="light"] {
1305+
["feature"="NL"]["main_form"="light"],
1306+
["feature"="NL:hoofd"]["distant_form"="light"] {
13051307
::text {
13061308
text-name: [ref];
13071309
text-dy: 12;
@@ -1320,7 +1322,8 @@ Format details:
13201322
/**********************************/
13211323
/* NL repeated main light signals */
13221324
/**********************************/
1323-
["feature"="NL"]["main_repeated_states"="NL:272;NL:273"] {
1325+
["feature"="NL"]["main_repeated_states"="NL:272;NL:273"],
1326+
["feature"="NL:herhaling"]["main_repeated_states"="NL:272;NL:273"] {
13241327
::text {
13251328
text-name: [ref];
13261329
text-dy: 12;

0 commit comments

Comments
 (0)