mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
line Dampfzug
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@798 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
b242851cb4
commit
b154b8a5c8
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ public class NasaProvider extends AbstractHafasProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("ZUGBAHN".equals(ucType))
|
if ("ZUGBAHN".equals(ucType))
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("DAMPFZUG".equals(ucType))
|
||||||
|
return 'R';
|
||||||
|
|
||||||
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
|
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
|
||||||
return 'S';
|
return 'S';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue