mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@658 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
7b5f1afd03
commit
5d6d496a35
6 changed files with 26 additions and 26 deletions
|
@ -287,6 +287,8 @@ public class RmvProvider extends AbstractHafasProvider
|
|||
return "RRB" + number;
|
||||
if (type.equals("RE")) // RegionalExpress
|
||||
return "RRE" + number;
|
||||
if (type.equals("IRE")) // Interregio Express
|
||||
return "RIRE" + number;
|
||||
if (type.equals("SE")) // StadtExpress
|
||||
return "RSE" + number;
|
||||
if (type.equals("R"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue