mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
fixed Belgium connections
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@634 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
be7a173989
commit
af6c3338e1
3 changed files with 28 additions and 9 deletions
|
@ -223,6 +223,9 @@ public class SncbProvider extends AbstractHafasProvider
|
|||
if (ucType.equals("MÉT"))
|
||||
return 'U';
|
||||
|
||||
if (ucType.equals("TRAMWAY"))
|
||||
return 'T';
|
||||
|
||||
final char t = super.normalizeType(type);
|
||||
if (t != 0)
|
||||
return t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue