Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render documented PL electricity signals #158

Merged
merged 3 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 56 additions & 3 deletions features/electrification_signals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,12 @@ electrification_signals:

- description: Wskaźnik uprzedzający o opuszczeniu pantografu (we1)
country: PL
icon: { default: 'pl/we1' }
icon:
match: 'railway:signal:electricity:turn_direction'
cases:
- { regex: '^right$', value: 'pl/we1b' }
- { regex: '^left$', value: 'pl/we1c' }
default: 'pl/we1a'
tags:
- { tag: 'railway:signal:electricity', value: 'PL-PKP:we1' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
Expand All @@ -777,7 +782,7 @@ electrification_signals:
- { regex: '^locomotive$', value: 'pl/we3b' }
default: 'pl/we3a'
tags:
- { tag: 'railway:signal:electricity', values: ['PL-PKP:we3a', 'PL-PKP:we3b'] }
- { tag: 'railway:signal:electricity', values: ['PL-PKP:we3a', 'PL-PKP:we3b', 'PL-PKP:we3c'] }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'pantograph_up' }

Expand Down Expand Up @@ -815,10 +820,58 @@ electrification_signals:
- { regex: '^locomotive$', value: 'pl/we9b' }
default: 'pl/we9a'
tags:
- { tag: 'railway:signal:electricity', values: ['PL-PKP:we9a', 'PL-PKP:we9b'] }
- { tag: 'railway:signal:electricity', values: ['PL-PKP:we9a', 'PL-PKP:we9b', 'PL-PKP:we9c'] }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'power_on' }

- description: Wskaźniki zmiany systemu zasilania 25 kV
country: PL
icon: { default: 'pl/we10a' }
tags:
- { tag: 'railway:signal:electricity', value: 'PL-PKP:we10a' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'power_change' }

- description: Wskaźniki zmiany systemu zasilania 25 kV
country: PL
icon: { default: 'pl/we10b' }
tags:
- { tag: 'railway:signal:electricity', value: 'PL-PKP:we10b' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'power_change' }

- description: Wskaźniki zmiany systemu zasilania 15 kV
country: PL
icon: { default: 'pl/we10c' }
tags:
- { tag: 'railway:signal:electricity', value: 'PL-PKP:we10c' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'power_change' }

- description: Wskaźniki zmiany systemu zasilania 15 kV
country: PL
icon: { default: 'pl/we10d' }
tags:
- { tag: 'railway:signal:electricity', value: 'PL-PKP:we10d' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'power_change' }

- description: Wskaźniki zmiany systemu zasilania 3 kV
country: PL
icon: { default: 'pl/we10e' }
tags:
- { tag: 'railway:signal:electricity', value: 'PL-PKP:we10e' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'power_change' }

- description: Wskaźniki zmiany systemu zasilania 3 kV
country: PL
icon: { default: 'pl/we10f' }
tags:
- { tag: 'railway:signal:electricity', value: 'PL-PKP:we10f' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity:type', value: 'power_change' }

- description: Tram isolation (ct-1)
country: PL
icon: { default: 'pl/ct-1' }
Expand Down
8 changes: 0 additions & 8 deletions symbols/pl/we1.svg

This file was deleted.

8 changes: 8 additions & 0 deletions symbols/pl/we10a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions symbols/pl/we10b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions symbols/pl/we10c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions symbols/pl/we10d.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions symbols/pl/we10e.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions symbols/pl/we10f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading