mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@764 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d90718d8ef
commit
f83e69847b
1 changed files with 8 additions and 0 deletions
|
@ -136,8 +136,16 @@ public class NasaProvider extends AbstractHafasProvider
|
|||
|
||||
if (ucType.equals("DPF")) // mit Dampflok bespannter Zug
|
||||
return 'R';
|
||||
if ("DAM".equals(ucType)) // Harzer Schmalspurbahnen: mit Dampflok bespannter Zug
|
||||
return 'R';
|
||||
if ("TW".equals(ucType)) // Harzer Schmalspurbahnen: Triebwagen
|
||||
return 'R';
|
||||
if (ucType.equals("RR")) // Polen
|
||||
return 'R';
|
||||
if ("DBG".equals(ucType)) // Döllnitzbahn GmbH
|
||||
return 'R';
|
||||
if ("ZUGBAHN".equals(ucType))
|
||||
return 'R';
|
||||
|
||||
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
|
||||
return 'S';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue