mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@462 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
3480f53a3e
commit
0184b5dee3
1 changed files with 2 additions and 0 deletions
|
@ -758,6 +758,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'T' + str;
|
||||
if ("California Cable Car".equals(name)) // San Francisco
|
||||
return 'T' + name;
|
||||
if ("Muni".equals(type)) // San Francisco
|
||||
return 'T' + name;
|
||||
if ("Muni Rail".equals(noTrainName)) // San Francisco
|
||||
return 'T' + name;
|
||||
if ("Cable Car".equals(noTrainName)) // San Francisco
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue