mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@734 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
457e29ff49
commit
2703910c91
1 changed files with 2 additions and 0 deletions
|
@ -957,6 +957,8 @@ public final class BvgProvider extends AbstractHafasProvider
|
||||||
return "FF" + number;
|
return "FF" + number;
|
||||||
if (type.equals("WT"))
|
if (type.equals("WT"))
|
||||||
return "FWT" + number;
|
return "FWT" + number;
|
||||||
|
if ("Potsd".equals(type))
|
||||||
|
return "?Potsd" + number;
|
||||||
|
|
||||||
throw new IllegalStateException("cannot normalize type '" + type + "' number '" + number + "' line '" + line + "'");
|
throw new IllegalStateException("cannot normalize type '" + type + "' number '" + number + "' line '" + line + "'");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue