mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
VAGFR: Update line styles.
This commit is contained in:
parent
b741c0b34f
commit
e6eb264225
1 changed files with 3 additions and 1 deletions
|
@ -65,9 +65,11 @@ public class VagfrProvider extends AbstractEfaProvider
|
|||
STYLES.put("T1", new Style(Shape.RECT, Style.parseColor("#ed1c24"), Style.WHITE));
|
||||
STYLES.put("T2", new Style(Shape.RECT, Style.parseColor("#33b540"), Style.WHITE));
|
||||
STYLES.put("T3", new Style(Shape.RECT, Style.parseColor("#f79210"), Style.WHITE));
|
||||
STYLES.put("T4", new Style(Shape.RECT, Style.parseColor("#ef58a1"), Style.WHITE));
|
||||
STYLES.put("T5", new Style(Shape.RECT, Style.parseColor("#0994ce"), Style.WHITE));
|
||||
|
||||
// Nachtbus
|
||||
STYLES.put("BN42 Jupiter", new Style(Style.parseColor("#33b540"), Style.WHITE));
|
||||
STYLES.put("N46", new Style(Style.parseColor("#28bda5"), Style.WHITE));
|
||||
STYLES.put("N47", new Style(Style.parseColor("#d6de20"), Style.WHITE));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue