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@910 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
63cd5bbbd9
commit
e69c9ad19d
2 changed files with 6 additions and 2 deletions
|
@ -881,9 +881,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("EGP")) // EGP - die Städtebahn GmbH
|
if (type.equals("EGP")) // EGP - die Städtebahn GmbH
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("SBS")) // EGP - die Städtebahn GmbH
|
if (type.equals("SBS")) // Städtebahn Sachsen, EGP - die Städtebahn GmbH
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("SES")) // EGP - die Städtebahn GmbH
|
if (type.equals("SES")) // Städtebahn Sachsen Express, EGP - die Städtebahn GmbH
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("SB")) // Städtebahn Sachsen
|
if (type.equals("SB")) // Städtebahn Sachsen
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
|
|
|
@ -1602,6 +1602,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("SBS".equals(ucType)) // Städtebahn Sachsen
|
if ("SBS".equals(ucType)) // Städtebahn Sachsen
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("SES".equals(ucType)) // Städtebahn Sachsen Express
|
||||||
|
return 'R';
|
||||||
if ("EVB".equals(ucType)) // Eisenbahnen und Verkehrsbetriebe Elbe-Weser
|
if ("EVB".equals(ucType)) // Eisenbahnen und Verkehrsbetriebe Elbe-Weser
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("STB".equals(ucType)) // Süd-Thüringen-Bahn
|
if ("STB".equals(ucType)) // Süd-Thüringen-Bahn
|
||||||
|
@ -1816,6 +1818,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
final String strippedLine = m.matches() ? m.group(1) + m.group(2) : line;
|
final String strippedLine = m.matches() ? m.group(1) + m.group(2) : line;
|
||||||
|
|
||||||
lineStr = normalizedType + strippedLine;
|
lineStr = normalizedType + strippedLine;
|
||||||
|
|
||||||
|
// FIXME xxxxxxx
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue