KVV: Fix some S-Bahn styles.

This commit is contained in:
Andreas Schildbach 2015-11-09 09:23:30 +01:00
parent fb7408cf4d
commit af55087795

View file

@ -71,21 +71,21 @@ public class KvvProvider extends AbstractEfaProvider
static
{
// S-Bahn
STYLES.put("SS1", new Style(Style.parseColor("#00a76d"), Style.WHITE));
STYLES.put("SS11", new Style(Style.parseColor("#00a76d"), Style.WHITE));
STYLES.put("SS2", new Style(Style.parseColor("#a066aa"), Style.WHITE));
STYLES.put("SS3", new Style(Style.parseColor("#00a99d"), Style.WHITE));
STYLES.put("SS1", new Style(Style.parseColor("#00a76c"), Style.WHITE));
STYLES.put("SS11", new Style(Style.parseColor("#00a76c"), Style.WHITE));
STYLES.put("SS2", new Style(Style.parseColor("#9f68ab"), Style.WHITE));
STYLES.put("SS3", new Style(Style.parseColor("#ffdc02"), Style.BLACK));
STYLES.put("SS31", 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("SS4", new Style(Style.parseColor("#9f184c"), Style.WHITE));
STYLES.put("SS41", new Style(Style.parseColor("#9f184c"), Style.WHITE));
STYLES.put("SS5", 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("SS6", new Style(Style.parseColor("#282268"), Style.WHITE));
STYLES.put("SS33", new Style(Style.parseColor("#8c5ca9"), Style.WHITE));
STYLES.put("SS4", new Style(Style.parseColor("#a2144e"), Style.WHITE));
STYLES.put("SS41", new Style(Style.parseColor("#a2144e"), Style.WHITE));
STYLES.put("SS5", new Style(Style.parseColor("#f7931b"), Style.BLACK));
STYLES.put("SS51", new Style(Style.parseColor("#f99693"), Style.BLACK));
STYLES.put("SS52", new Style(Style.parseColor("#f99693"), Style.BLACK));
STYLES.put("SS6", new Style(Style.parseColor("#292369"), Style.WHITE));
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
STYLES.put("T1", new Style(Shape.RECT, Style.parseColor("#ed1c24"), Style.WHITE));