mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
Fix typo
This commit is contained in:
parent
929fe43823
commit
b3bffe7edb
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class TflProvider extends AbstractEfaProvider
|
|||
STYLES.put("UJubilee", new Style(Style.parseColor("#818A8F"), Style.WHITE));
|
||||
STYLES.put("UMetropolitan", new Style(Style.parseColor("#850057"), Style.WHITE));
|
||||
STYLES.put("UNorthern", new Style(Style.BLACK, Style.WHITE));
|
||||
STYLES.put("UPicadilly", new Style(Style.parseColor("#0018A8"), Style.WHITE));
|
||||
STYLES.put("UPiccadilly", new Style(Style.parseColor("#0018A8"), Style.WHITE));
|
||||
STYLES.put("UVictoria", new Style(Style.parseColor("#00A1DE"), Style.WHITE));
|
||||
STYLES.put("UWaterloo & City", new Style(Style.parseColor("#76D2B6"), Style.BLACK));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue