mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
Lines.
This commit is contained in:
parent
8895e1695f
commit
11f12a0386
9 changed files with 75 additions and 11 deletions
|
@ -143,7 +143,7 @@ public class VbbProvider extends AbstractHafasProvider
|
|||
protected Line parseLineAndType(final String lineAndType)
|
||||
{
|
||||
if ("X#".equals(lineAndType))
|
||||
return newLine('?', "X", null);
|
||||
return newLine('I', "X", null); // InterConnex
|
||||
else
|
||||
return super.parseLineAndType(lineAndType);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue