Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into signal-popups
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Nov 24, 2024
2 parents 807b1a7 + 2eff8ac commit 7866cd2
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 1 deletion.
21 changes: 21 additions & 0 deletions features/electrification_signals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,27 @@ electrification_signals:
- { tag: 'railway:signal:electricity:type', value: 'power_on_for_long_trains' }
- { tag: 'railway:signal:electricity:form', value: 'sign' }

- description: VGF st9
country: DE
icon: { default: 'de/vgf/st9' }
tags:
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity', value: 'DE-VGF:st9' }

- description: VGF st10
country: DE
icon: { default: 'de/vgf/st10' }
tags:
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity', value: 'DE-VGF:st10' }

- description: VGF st9 & st10
country: DE
icon: { default: 'de/vgf/st9-st10' }
tags:
- { tag: 'railway:signal:electricity:form', value: 'sign' }
- { tag: 'railway:signal:electricity', value: 'DE-VGF:st9;DE-VGF:st10' }

# --- ES --- #

- description: end of catenary
Expand Down
2 changes: 1 addition & 1 deletion features/track_class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ track_classes:
- { value: 'D2', color: 'hsl(30, 100%, 40%)' }
- { value: 'D3', color: 'hsl(20, 100%, 40%)' }
- { value: 'D4', color: 'hsl(10, 100%, 40%)' }
- { value: 'DL', color: 'hsl(0, 100%, 40%)' }
- { value: 'D4L', color: 'hsl(0, 100%, 40%)' }
- { value: 'E4', color: 'hsl(340, 100%, 40%)' }
- { value: 'E5', color: 'hsl(320, 100%, 40%)' }
- { value: 'F', color: 'hsl(300, 100%, 40%)' }
Expand Down
6 changes: 6 additions & 0 deletions symbols/de/vgf/st10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions symbols/de/vgf/st9-st10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions symbols/de/vgf/st9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7866cd2

Please sign in to comment.