git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@910 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-28 13:24:16 +00:00
parent 63cd5bbbd9
commit e69c9ad19d
2 changed files with 6 additions and 2 deletions

View file

@ -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
{