VRN: Add line style for S6.

This commit is contained in:
Oliwer Christ 2019-01-03 14:01:44 +00:00 committed by Andreas Schildbach
parent fe5a2a8453
commit 7e5ede48a5

View file

@ -194,6 +194,7 @@ public class VrnProvider extends AbstractEfaProvider {
STYLES.put("SS4", new Style(Style.parseColor("#00A651"), Style.BLACK));
STYLES.put("SS5", new Style(Style.parseColor("#F89735"), Style.WHITE));
STYLES.put("SS51", new Style(Style.parseColor("#F89735"), Style.WHITE));
STYLES.put("SS6", new Style(Style.parseColor("#007EC5"), Style.WHITE));
// Bus Bad Bergzabern
STYLES.put("B540", new Style(Style.parseColor("#FDC500"), Style.WHITE));