mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
KVV: Fix some S-Bahn styles.
This commit is contained in:
parent
fb7408cf4d
commit
af55087795
1 changed files with 12 additions and 12 deletions
|
@ -71,21 +71,21 @@ public class KvvProvider extends AbstractEfaProvider
|
||||||
static
|
static
|
||||||
{
|
{
|
||||||
// S-Bahn
|
// S-Bahn
|
||||||
STYLES.put("SS1", new Style(Style.parseColor("#00a76d"), Style.WHITE));
|
STYLES.put("SS1", new Style(Style.parseColor("#00a76c"), Style.WHITE));
|
||||||
STYLES.put("SS11", new Style(Style.parseColor("#00a76d"), Style.WHITE));
|
STYLES.put("SS11", new Style(Style.parseColor("#00a76c"), Style.WHITE));
|
||||||
STYLES.put("SS2", new Style(Style.parseColor("#a066aa"), Style.WHITE));
|
STYLES.put("SS2", new Style(Style.parseColor("#9f68ab"), Style.WHITE));
|
||||||
STYLES.put("SS3", new Style(Style.parseColor("#00a99d"), Style.WHITE));
|
STYLES.put("SS3", new Style(Style.parseColor("#ffdc02"), Style.BLACK));
|
||||||
STYLES.put("SS31", new Style(Style.parseColor("#00a99d"), Style.WHITE));
|
STYLES.put("SS31", new Style(Style.parseColor("#00a99d"), Style.WHITE));
|
||||||
STYLES.put("SS32", new Style(Style.parseColor("#00a99d"), Style.WHITE));
|
STYLES.put("SS32", new Style(Style.parseColor("#00a99d"), Style.WHITE));
|
||||||
STYLES.put("SS33", new Style(Style.parseColor("#00a99d"), Style.WHITE));
|
STYLES.put("SS33", new Style(Style.parseColor("#8c5ca9"), Style.WHITE));
|
||||||
STYLES.put("SS4", new Style(Style.parseColor("#9f184c"), Style.WHITE));
|
STYLES.put("SS4", new Style(Style.parseColor("#a2144e"), Style.WHITE));
|
||||||
STYLES.put("SS41", new Style(Style.parseColor("#9f184c"), Style.WHITE));
|
STYLES.put("SS41", new Style(Style.parseColor("#a2144e"), Style.WHITE));
|
||||||
STYLES.put("SS5", new Style(Style.parseColor("#f69795"), Style.BLACK));
|
STYLES.put("SS5", new Style(Style.parseColor("#f7931b"), Style.BLACK));
|
||||||
STYLES.put("SS51", new Style(Style.parseColor("#f69795"), Style.BLACK));
|
STYLES.put("SS51", new Style(Style.parseColor("#f99693"), Style.BLACK));
|
||||||
STYLES.put("SS52", new Style(Style.parseColor("#f69795"), Style.BLACK));
|
STYLES.put("SS52", new Style(Style.parseColor("#f99693"), Style.BLACK));
|
||||||
STYLES.put("SS6", new Style(Style.parseColor("#282268"), 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("#fff200"), Style.BLACK));
|
||||||
STYLES.put("SS9", new Style(Style.parseColor("#fab49b"), Style.BLACK));
|
STYLES.put("SS9", new Style(Style.parseColor("#fab499"), Style.BLACK));
|
||||||
|
|
||||||
// Tram
|
// Tram
|
||||||
STYLES.put("T1", new Style(Shape.RECT, Style.parseColor("#ed1c24"), Style.WHITE));
|
STYLES.put("T1", new Style(Shape.RECT, Style.parseColor("#ed1c24"), Style.WHITE));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue