Skip to content

Commit 4bb7df4

Browse files
authored
CA main and US main/distant signals (#673)
Base implementation for some tagged US and Canada main and distant signals Closes #653 This will need more work as the US and Canada establish tagging guidelines. ### US Around Chicago (http://localhost:8000/#view=14.3/41.89746/-87.92877&style=signals): <img width="1755" height="574" alt="image" src="https://github.com/user-attachments/assets/afffbc16-86b7-4891-a45d-fc85028ea20a" /> (http://localhost:8000/#view=15.64/41.482924/-88.088233&style=signals): <img width="804" height="905" alt="image" src="https://github.com/user-attachments/assets/55cc3340-f3cd-4848-ae45-fcb612a0019b" /> (http://localhost:8000/#view=16.76/38.680231/-90.172901&style=signals): <img width="854" height="560" alt="image" src="https://github.com/user-attachments/assets/a058616e-0c8f-4b07-8d68-4e5e55bbe1a7" /> ### Canada (http://localhost:8000/#view=14.42/44.59721/-75.69216&style=signals): <img width="797" height="562" alt="image" src="https://github.com/user-attachments/assets/f65db79a-bc0d-4e95-a53c-94a2265fc419" />
1 parent 3c33169 commit 4bb7df4

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

features/signals_railway_signals.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,6 +1779,15 @@ features:
17791779
- { tag: 'railway:signal:train_protection:form', value: 'sign' }
17801780
- { tag: 'railway:signal:train_protection:type', value: 'end' }
17811781

1782+
# --- CA --- #
1783+
1784+
- description: Main signal
1785+
country: CA
1786+
icon: [ default: 'ca/main' ]
1787+
tags:
1788+
- { tag: 'railway:signal:main', value: 'CA:main' }
1789+
- { tag: 'railway:signal:main:form', value: 'light' }
1790+
17821791
# --- CH --- #
17831792

17841793
- description: Hauptsignal System L
@@ -7000,3 +7009,19 @@ features:
70007009
tags:
70017010
- { tag: 'railway:signal:stop', value: 'SE:Slutpunktstopplykta' }
70027011
- { tag: 'railway:signal:stop:form', value: 'light' }
7012+
7013+
# --- US --- #
7014+
7015+
- description: Main signal
7016+
country: US
7017+
icon: [ default: 'us/main' ]
7018+
tags:
7019+
- { tag: 'railway:signal:main', any: ['US:main', 'US-ABS:main', 'US:GCOR:main'] }
7020+
- { tag: 'railway:signal:main:form', value: 'light' }
7021+
7022+
- description: Distant signal
7023+
country: US
7024+
icon: [ default: 'us/distant' ]
7025+
tags:
7026+
- { tag: 'railway:signal:distant', value: 'US:distant' }
7027+
- { tag: 'railway:signal:distant:form', value: 'light' }

symbols/ca/main.svg

Lines changed: 9 additions & 0 deletions
Loading

symbols/us/distant.svg

Lines changed: 11 additions & 0 deletions
Loading

symbols/us/main.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)