mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
line A
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@783 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
b59f39c618
commit
a10b38da08
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@ public class RmvProvider extends AbstractHafasProvider
|
|||
return "BN" + number;
|
||||
if ("BuFB".equals(type))
|
||||
return "BBuFB" + number;
|
||||
if ("A".equals(type))
|
||||
return "BA" + number;
|
||||
if (type.equals("N"))
|
||||
return "BN" + number;
|
||||
if (type.equals("AS")) // Anruf-Sammel-Taxi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue