Skip to content
Closed
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
6 changes: 6 additions & 0 deletions features/train_protection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ train_protections:
- { train_protection: 'als', legend: 'Автоматическая локомотивная сигнализация (ALS)', color: 'hsl(284, 100%, 40%)' }
- { train_protection: 'atp', legend: 'Automatic Train Protection (ATP)', color: 'hsl(305, 100%, 40%)' }
- { train_protection: 'aws', legend: 'Automatic Warning System (AWS)', color: 'hsl(50, 100%, 40%)' }
- { train_protection: 'aws&tpws', legend: 'Automatic Warning System (AWS) & Train Protection & Warning System (TPWS)', color: 'pink' }
- { train_protection: 'caws', legend: 'Continuous Automatic Warning System (CAWS)', color: 'hsl(60, 100%, 40%)' }
- { train_protection: 'tcb', legend: 'Track Circuit Block (TCB)', color: 'hsl(147, 100%, 40%)' }
- { train_protection: 'cbtc', legend: 'Communications Based Train Control (CBTC)', color: 'hsl(336, 100%, 40%)' }
Expand Down Expand Up @@ -206,6 +207,11 @@ features:
tags:
- { tag: 'railway:atp', value: 'yes' }

- train_protection: aws&tpws
tags:
- { tag: 'railway:aws', value: 'yes' }
- { tag: 'railway:tpws', value: 'yes' }

- train_protection: aws
tags:
- { tag: 'railway:aws', value: 'yes' }
Expand Down