Skip to content

Commit a5b9ee2

Browse files
PL Warsaw Central specific semaphore (#676)
Recently, I've surveyed Warsaw Central with its new railway signalling and having discussed at forum on Skyscrapercity (https://www.skyscrapercity.com/threads/warszawa-warszawski-w%C4%99ze%C5%82-kolejowy.979536/page-364?post_id=195487518#post-195487518) I've realised that a certain type of semaphore hadn't existed. It's the case when semaphore has 5 cells (green-yellow-red-yellow-white), but the 2-cell signals contain only yellow lights, no green-yellow (as it's currently implied by code). Thus, I've made it possible to render properly currently 2 semaphores (G1C and G2C, https://www.openstreetmap.org/node/12021271222 and https://www.openstreetmap.org/node respectively) at Warsaw Central station --------- Co-authored-by: Hidde Wieringa <[email protected]>
1 parent a85df64 commit a5b9ee2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

features/signals_railway_signals.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6684,6 +6684,10 @@ features:
66846684
- { all: [ 'PL-PKP:s7', 'PL-PKP:s10a' ], value: 'pl/s6-10a-4' }
66856685
- { all: [ 'PL-PKP:s6', 'PL-PKP:s11a' ], value: 'pl/s6-10a-4' }
66866686
- { all: [ 'PL-PKP:s7', 'PL-PKP:s11a' ], value: 'pl/s6-10a-4' }
6687+
- { all: [ 'PL-PKP:s2', 'PL-PKP:s12' ], value: 'pl/s13-5' }
6688+
- { all: [ 'PL-PKP:s3', 'PL-PKP:s12' ], value: 'pl/s13-5' }
6689+
- { all: [ 'PL-PKP:s2', 'PL-PKP:s13' ], value: 'pl/s13-5' }
6690+
- { all: [ 'PL-PKP:s3', 'PL-PKP:s13' ], value: 'pl/s13-5' }
66876691
- { any: [ 'PL-PKP:s6', 'PL-PKP:s7' ], value: 'pl/s6-4' }
66886692
- { any: [ 'PL-PKP:s8', 'PL-PKP:s9' ], value: 'pl/s9-4' }
66896693
- { any: [ 'PL-PKP:s10a', 'PL-PKP:s11a' ], value: 'pl/s10a-4' }

symbols/pl/s13-5.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)