mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@911 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
e69c9ad19d
commit
3b0c9c42bf
2 changed files with 2 additions and 2 deletions
|
@ -1612,6 +1612,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("PRE".equals(ucType)) // Pressnitztalbahn
|
if ("PRE".equals(ucType)) // Pressnitztalbahn
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("DBG".equals(ucType)) // Döllnitzbahn GmbH
|
||||||
|
return 'R';
|
||||||
if ("SHB".equals(ucType)) // Schleswig-Holstein-Bahn
|
if ("SHB".equals(ucType)) // Schleswig-Holstein-Bahn
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("NOB".equals(ucType)) // Nord-Ostsee-Bahn
|
if ("NOB".equals(ucType)) // Nord-Ostsee-Bahn
|
||||||
|
|
|
@ -173,8 +173,6 @@ public class NasaProvider extends AbstractHafasProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("RR".equals(ucType)) // Polen
|
if ("RR".equals(ucType)) // Polen
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("DBG".equals(ucType)) // Döllnitzbahn GmbH
|
|
||||||
return 'R';
|
|
||||||
if ("ZUGBAHN".equals(ucType))
|
if ("ZUGBAHN".equals(ucType))
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("DAMPFZUG".equals(ucType))
|
if ("DAMPFZUG".equals(ucType))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue