mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
line E-Bus
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@835 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
2b69b55dab
commit
3233daf902
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ public class ZvvProvider extends AbstractHafasProvider
|
||||||
return 'B';
|
return 'B';
|
||||||
if ("TX".equals(ucType))
|
if ("TX".equals(ucType))
|
||||||
return 'B';
|
return 'B';
|
||||||
|
if ("E-BUS".equals(ucType))
|
||||||
|
return 'B';
|
||||||
|
|
||||||
if ("D-SCHIFF".equals(ucType))
|
if ("D-SCHIFF".equals(ucType))
|
||||||
return 'F';
|
return 'F';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue