mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 09:49:49 +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
|
@ -1602,6 +1602,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
return 'R';
|
||||
if ("SBS".equals(ucType)) // Städtebahn Sachsen
|
||||
return 'R';
|
||||
if ("SES".equals(ucType)) // Städtebahn Sachsen Express
|
||||
return 'R';
|
||||
if ("EVB".equals(ucType)) // Eisenbahnen und Verkehrsbetriebe Elbe-Weser
|
||||
return 'R';
|
||||
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;
|
||||
|
||||
lineStr = normalizedType + strippedLine;
|
||||
|
||||
// FIXME xxxxxxx
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue