mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
VRN: Add line style for S6.
This commit is contained in:
parent
fe5a2a8453
commit
7e5ede48a5
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue