mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
line
This commit is contained in:
parent
b6eb11bd3d
commit
4c54dbbe90
1 changed files with 3 additions and 0 deletions
|
@ -262,6 +262,9 @@ public class ShProvider extends AbstractHafasProvider
|
||||||
{
|
{
|
||||||
final String ucType = type.toUpperCase();
|
final String ucType = type.toUpperCase();
|
||||||
|
|
||||||
|
if ("DPF".equals(ucType)) // Hamburg-Koeln-Express
|
||||||
|
return 'I';
|
||||||
|
|
||||||
if ("KBS".equals(ucType))
|
if ("KBS".equals(ucType))
|
||||||
return 'B';
|
return 'B';
|
||||||
if ("KB1".equals(ucType))
|
if ("KB1".equals(ucType))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue