mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
line ALFB
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@784 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a10b38da08
commit
3ad37d8dcf
1 changed files with 2 additions and 0 deletions
|
@ -373,6 +373,8 @@ public class RmvProvider extends AbstractHafasProvider
|
|||
return "BAST" + type.substring(3) + number;
|
||||
if (type.startsWith("ALT")) // Anruf-Linien-Taxi
|
||||
return "BALT" + type.substring(3) + number;
|
||||
if (type.equals("ALFB")) // Anruf-Linien-Taxi
|
||||
return "BALFB" + number;
|
||||
if (type.equals("LTaxi"))
|
||||
return "BLTaxi" + number;
|
||||
if (type.equals("AT")) // AnschlußSammelTaxi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue