mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
VVO: 'RB 71' line.
This commit is contained in:
parent
845e066be8
commit
634f82a514
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ public class VvoProvider extends AbstractEfaProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, "U28");
|
||||
if ("SB 71".equals(symbol)) // Städtebahn Sachsen
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "SB71");
|
||||
if ("RB 71".equals(symbol))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "RB71");
|
||||
|
||||
if ("Fernbus".equals(trainName) && trainNum == null)
|
||||
return new Line(id, network, Product.BUS, trainName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue