From 839a7483de3ac13412856ef9a3b9ae15733b6b66 Mon Sep 17 00:00:00 2001 From: Christopher Schreiner Date: Mon, 29 Apr 2024 13:47:09 +0200 Subject: [PATCH] MVV: add new Munich S-Bahn line S5 Add new line that will run from December 2024 https://www.s-bahn-muenchen.de/fahren/s5 --- src/de/schildbach/pte/MvvProvider.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/de/schildbach/pte/MvvProvider.java b/src/de/schildbach/pte/MvvProvider.java index 3a567faf..cd218396 100644 --- a/src/de/schildbach/pte/MvvProvider.java +++ b/src/de/schildbach/pte/MvvProvider.java @@ -107,6 +107,7 @@ public class MvvProvider extends AbstractEfaProvider { STYLES.put("SS2", new Style(Shape.CIRCLE, Style.parseColor("#76b82a"), Style.WHITE)); STYLES.put("SS3", new Style(Shape.CIRCLE, Style.parseColor("#951b81"), Style.WHITE)); STYLES.put("SS4", new Style(Shape.CIRCLE, Style.parseColor("#e30613"), Style.WHITE)); + STYLES.put("SS5", new Style(Shape.CIRCLE, Style.parseColor("#00527f"), Style.WHITE)); STYLES.put("SS6", new Style(Shape.CIRCLE, Style.parseColor("#00975f"), Style.WHITE)); STYLES.put("SS7", new Style(Shape.CIRCLE, Style.parseColor("#943126"), Style.WHITE)); STYLES.put("SS8", new Style(Shape.CIRCLE, Style.BLACK, Style.parseColor("#ffcc00")));