mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
line
This commit is contained in:
parent
012a2e7ac3
commit
56369b678d
1 changed files with 2 additions and 0 deletions
|
@ -1754,6 +1754,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("DWE".equals(ucType)) // Dessau-Wörlitzer Eisenbahn
|
if ("DWE".equals(ucType)) // Dessau-Wörlitzer Eisenbahn
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("BKB".equals(ucType)) // Buckower Kleinbahn
|
||||||
|
return 'R';
|
||||||
|
|
||||||
// if ("E".equals(normalizedType)) // Eilzug, stimmt wahrscheinlich nicht
|
// if ("E".equals(normalizedType)) // Eilzug, stimmt wahrscheinlich nicht
|
||||||
// return "R" + normalizedName;
|
// return "R" + normalizedName;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue