mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 18:39:50 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@698 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
3f61979eb1
commit
b215c793ac
4 changed files with 40 additions and 9 deletions
|
@ -1463,6 +1463,12 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'R';
|
||||
if ("VEB".equals(ucType)) // Vulkan-Eifel-Bahn Betriebsgesellschaft
|
||||
return 'R';
|
||||
if ("LEO".equals(ucType)) // Chiemgauer Lokalbahn
|
||||
return 'R';
|
||||
if ("VX".equals(ucType)) // Vogtland Express
|
||||
return 'R';
|
||||
if ("MSB".equals(ucType)) // Mainschleifenbahn
|
||||
return 'R';
|
||||
if ("P".equals(ucType)) // Kasbachtalbahn
|
||||
return 'R';
|
||||
if ("ATZ".equals(ucType)) // Autotunnelzug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue