mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 17:09:51 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@73 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f0cffe63f7
commit
c0ecbe26f0
2 changed files with 5 additions and 1 deletions
|
@ -560,6 +560,8 @@ public class SbbProvider implements NetworkProvider
|
|||
return 'T';
|
||||
if (ucType.equals("T"))
|
||||
return 'T';
|
||||
if (ucType.equals("NTR"))
|
||||
return 'T';
|
||||
|
||||
if (ucType.equals("BUS"))
|
||||
return 'B';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue