mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@775 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
94a0bc3e9d
commit
f35d27ad20
1 changed files with 4 additions and 0 deletions
|
@ -1035,6 +1035,10 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + type;
|
||||
if ("Pressnitztalbahn".equals(type)) // Bayern
|
||||
return 'R' + type;
|
||||
if ("Regental".equals(type)) // Bayern
|
||||
return 'R' + type;
|
||||
if ("Döllnitzbahn".equals(type)) // Bayern
|
||||
return 'R' + type;
|
||||
if ("Schneeberg".equals(type)) // VOR
|
||||
return 'R' + type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue