mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
departures for Saarland
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@230 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
cbd3e42287
commit
1b8c97aa2d
5 changed files with 337 additions and 22 deletions
|
@ -229,15 +229,14 @@ public class NasaProvider extends AbstractHafasProvider
|
|||
if (ucType.equals("RR")) // Polen
|
||||
return 'R';
|
||||
|
||||
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
|
||||
return 'S';
|
||||
|
||||
if (ucType.equals("BSV"))
|
||||
return 'B';
|
||||
if (ucType.equals("RBS")) // Rufbus
|
||||
return 'B';
|
||||
if (ucType.equals("FB")) // Bus
|
||||
return 'B';
|
||||
|
||||
if (ucType.equals("E")) // manchmal S4, manchmal 5stellige Zugnr.
|
||||
return '?';
|
||||
if (ucType.equals("EB")) // Europa-Park, vermutlich "Erlebnisbahn"
|
||||
return '?';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue