mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@747 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
b681d785d7
commit
5b381b2225
1 changed files with 1 additions and 1 deletions
|
@ -1546,7 +1546,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'R';
|
||||
if ("CAT".equals(ucType)) // City Airport Train
|
||||
return 'R';
|
||||
if ("EXT".equals(ucType)) // Extrazug
|
||||
if ("EXTRA".equals(ucType) || "EXT".equals(ucType)) // Extrazug
|
||||
return 'R';
|
||||
if ("KD".equals(ucType)) // Koleje Dolnośląskie (Niederschlesische Eisenbahn)
|
||||
return 'R';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue