Skip to content

Commit

Permalink
Add rendering for BOStrab Sh4 sign
Browse files Browse the repository at this point in the history
  • Loading branch information
besentv committed Jun 7, 2024
1 parent 8c91e23 commit c833b6d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions signals.mss
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,19 @@ Format details:
}
}

/*********************/
/* DE ring sign Bü 5 */
/*********************/
[zoom>=15]["feature"="DE-ESO:bü5"] {
/**************************/
/* DE ring sign Bü 5 */
/* DE tram ring sign Sh 4 */
/**************************/
[zoom>=15]["feature"="DE-ESO:bü5"],
[zoom>=15]["feature"="DE-BOStrab:sh4"] {
marker-file: url('symbols/de/bue5.svg');
marker-width: 11;
marker-height: 16;
marker-allow-overlap: true;

/* DE ring sign Bü 5 for trains not stopping at a halt */
["ring_only_transit"="yes"] {
["feature"="DE-ESO:bü5"]["ring_only_transit"="yes"] {
marker-file: url('symbols/de/bue5-only-transit.svg');
marker-width: 12;
marker-height: 21;
Expand Down

0 comments on commit c833b6d

Please sign in to comment.