mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@527 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
2ae8be945b
commit
00987beec1
3 changed files with 10 additions and 0 deletions
|
@ -612,6 +612,8 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "IEIC" + number;
|
||||
if (type.equals("FYR")) // Fyra, Amsterdam-Schiphol-Rotterdam
|
||||
return "IFYR" + number;
|
||||
if (type.equals("MT")) // Müller Touren, Schnee Express
|
||||
return "IMT" + number;
|
||||
|
||||
if (type.equals("R"))
|
||||
return "R" + number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue