mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 16:38:49 +00:00
VVS: 'RE' line
This commit is contained in:
parent
5de74ffc0c
commit
c605c53ffe
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ public class VvsProvider extends AbstractEfaProvider {
|
||||||
if ("0".equals(mot)) {
|
if ("0".equals(mot)) {
|
||||||
if ("IC".equals(trainNum))
|
if ("IC".equals(trainNum))
|
||||||
return new Line(id, network, Product.HIGH_SPEED_TRAIN, trainNum);
|
return new Line(id, network, Product.HIGH_SPEED_TRAIN, trainNum);
|
||||||
|
if ("RE".equals(trainNum))
|
||||||
|
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||||
}
|
}
|
||||||
|
|
||||||
return super.parseLine(id, network, mot, symbol, name, longName, trainType, trainNum, trainName);
|
return super.parseLine(id, network, mot, symbol, name, longName, trainType, trainNum, trainName);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue