mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@893 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
fa9bc2a01c
commit
455ca30ea3
4 changed files with 2 additions and 6 deletions
|
@ -1681,6 +1681,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
return 'R';
|
||||
if ("WB".equals(ucType)) // WESTbahn
|
||||
return 'R';
|
||||
if ("RNV".equals(ucType)) // Rhein-Neckar-Verkehr GmbH
|
||||
return 'R';
|
||||
|
||||
// if ("E".equals(normalizedType)) // Eilzug, stimmt wahrscheinlich nicht
|
||||
// return "R" + normalizedName;
|
||||
|
|
|
@ -516,8 +516,6 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
{
|
||||
final String ucType = type.toUpperCase();
|
||||
|
||||
if ("RNV".equals(ucType))
|
||||
return 'R';
|
||||
if ("DZ".equals(ucType)) // Dampfzug
|
||||
return 'R';
|
||||
|
||||
|
|
|
@ -237,8 +237,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
// if (ucType.equals("SBE")) // Zittau-Seifhennersdorf, via JSON API
|
||||
// return 'R';
|
||||
// if (ucType.equals("RNV")) // Rhein-Neckar-Verkehr GmbH, via JSON API
|
||||
// return 'R';
|
||||
if ("UAU".equals(ucType)) // Rußland
|
||||
return 'R';
|
||||
|
||||
|
|
|
@ -176,8 +176,6 @@ public class PlProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if ("AR".equals(ucType)) // Arriva Polaczen
|
||||
return 'R';
|
||||
if ("RNV".equals(ucType)) // Rhein-Neckar-Verkehr GmbH
|
||||
return 'R';
|
||||
if ("N".equals(ucType)) // St. Pierre des Corps - Tours
|
||||
return 'R';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue