mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
line
This commit is contained in:
parent
e85688b495
commit
ec4d242ec9
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,6 @@ import org.xmlpull.v1.XmlPullParser;
|
|||
import org.xmlpull.v1.XmlPullParserException;
|
||||
import org.xmlpull.v1.XmlPullParserFactory;
|
||||
|
||||
import de.schildbach.pte.NetworkProvider.Option;
|
||||
import de.schildbach.pte.dto.Connection;
|
||||
import de.schildbach.pte.dto.Departure;
|
||||
import de.schildbach.pte.dto.Fare;
|
||||
|
@ -1155,6 +1154,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + type;
|
||||
if ("UEF".equals(type)) // Ulmer Eisenbahnfreunde
|
||||
return 'R' + type;
|
||||
if ("CBC".equals(type)) // City-Bahn Chemnitz
|
||||
return 'R' + type;
|
||||
if ("Regionalzug".equals(type))
|
||||
return 'R' + type;
|
||||
if ("RR".equals(type)) // RR 371 Horehronec / RR 404 Vltava / RR 922 Josef Skupa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue