mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 21:28:52 +00:00
KVV: Styles for new S-Bahns.
This commit is contained in:
parent
35265f58cc
commit
2da1a0290c
1 changed files with 4 additions and 1 deletions
|
@ -89,7 +89,10 @@ public class KvvProvider extends AbstractEfaProvider {
|
||||||
STYLES.put("SS51", new Style(Style.parseColor("#f69795"), Style.BLACK));
|
STYLES.put("SS51", new Style(Style.parseColor("#f69795"), Style.BLACK));
|
||||||
STYLES.put("SS52", new Style(Style.parseColor("#f69795"), Style.BLACK));
|
STYLES.put("SS52", new Style(Style.parseColor("#f69795"), Style.BLACK));
|
||||||
STYLES.put("SS6", new Style(Style.parseColor("#292369"), Style.WHITE));
|
STYLES.put("SS6", new Style(Style.parseColor("#292369"), Style.WHITE));
|
||||||
STYLES.put("SS7", new Style(Style.parseColor("#fff200"), Style.BLACK));
|
STYLES.put("SS7", new Style(Style.parseColor("#fef200"), Style.BLACK));
|
||||||
|
STYLES.put("SS71", new Style(Style.parseColor("#fef200"), Style.BLACK));
|
||||||
|
STYLES.put("SS8", new Style(Style.parseColor("#6e6928"), Style.WHITE));
|
||||||
|
STYLES.put("SS81", new Style(Style.parseColor("#6e6928"), Style.WHITE));
|
||||||
STYLES.put("SS9", new Style(Style.parseColor("#fab499"), Style.BLACK));
|
STYLES.put("SS9", new Style(Style.parseColor("#fab499"), Style.BLACK));
|
||||||
|
|
||||||
// S-Bahn RheinNeckar
|
// S-Bahn RheinNeckar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue