File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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' ) ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments