mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@28 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
beeb36064e
commit
46479c07cf
1 changed files with 11 additions and 1 deletions
|
@ -202,8 +202,8 @@ public class SbbProvider implements NetworkProvider
|
|||
|
||||
private static String normalizeLine(final String line)
|
||||
{
|
||||
// TODO NZ
|
||||
// TODO IN Torino-Napoli
|
||||
// TODO TAL
|
||||
|
||||
if (line.length() == 0)
|
||||
return line;
|
||||
|
@ -240,6 +240,10 @@ public class SbbProvider implements NetworkProvider
|
|||
return "IOIC" + number;
|
||||
if (type.equals("ES")) // Eurostar Italia
|
||||
return "IES" + number;
|
||||
if (type.equals("EST")) // Eurostar Frankreich
|
||||
return "IEST" + number;
|
||||
if (type.equals("NZ")) // Nachtzug?
|
||||
return "INZ" + number;
|
||||
if (type.equals("R"))
|
||||
return "R" + number;
|
||||
if (type.equals("IR")) // InterRegio
|
||||
|
@ -258,8 +262,14 @@ public class SbbProvider implements NetworkProvider
|
|||
return "RATZ" + number;
|
||||
if (type.equals("RSB"))
|
||||
return "RRSB" + number;
|
||||
if (type.equals("SN"))
|
||||
return "RSN" + number;
|
||||
if (type.equals("CAT")) // City Airport Train Wien
|
||||
return "RCAT" + number;
|
||||
if (type.equals("ALS")) // Spanien
|
||||
return "RALS" + number;
|
||||
if (type.equals("ARC")) // Spanien
|
||||
return "RARC" + number;
|
||||
if (type.equals("S"))
|
||||
return "SS" + number;
|
||||
if (type.equals("T"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue