mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@506 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
7952578dc7
commit
19410bd60f
1 changed files with 7 additions and 0 deletions
|
@ -255,12 +255,19 @@ public class NasaProvider extends AbstractHafasProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if (ucType.equals("RR")) // Polen
|
if (ucType.equals("RR")) // Polen
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if (ucType.equals("NWB"))
|
||||||
|
return 'R';
|
||||||
|
|
||||||
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
|
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
|
||||||
return 'S';
|
return 'S';
|
||||||
|
|
||||||
|
if (ucType.equals("STB"))
|
||||||
|
return 'T';
|
||||||
|
|
||||||
if (ucType.equals("BSV"))
|
if (ucType.equals("BSV"))
|
||||||
return 'B';
|
return 'B';
|
||||||
|
if (ucType.equals("RFB")) // Rufbus
|
||||||
|
return 'B';
|
||||||
if (ucType.equals("RBS")) // Rufbus
|
if (ucType.equals("RBS")) // Rufbus
|
||||||
return 'B';
|
return 'B';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue