mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@628 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
95a8e81e87
commit
de1c876c9b
1 changed files with 2 additions and 0 deletions
|
@ -660,6 +660,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("REX")) // RegionalExpress, Österreich
|
||||
return 'R' + str;
|
||||
if ("EZ".equals(type)) // ÖBB ErlebnisBahn
|
||||
return 'R' + str;
|
||||
if (P_LINE_RE.matcher(type).matches())
|
||||
return 'R' + str;
|
||||
if (type.equals("RB")) // Regionalbahn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue