mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@656 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
2756f8e9dd
commit
c16315fec5
3 changed files with 4 additions and 2 deletions
|
@ -926,6 +926,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return "R" + name;
|
||||
if (type.equals("ATB")) // Autoschleuse Tauernbahn
|
||||
return 'R' + name;
|
||||
if ("Chiemsee-Bahn".equals(type))
|
||||
return 'R' + name;
|
||||
|
||||
if (type.equals("BSB")) // Breisgau-S-Bahn
|
||||
return 'S' + str;
|
||||
|
|
|
@ -1408,8 +1408,6 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'U';
|
||||
// if ("M".equals(normalizedType)) // Metro
|
||||
// return "U" + normalizedName;
|
||||
// if ("Métro".equals(normalizedType))
|
||||
// return "U" + normalizedName;
|
||||
|
||||
// Tram
|
||||
if (P_LINE_TRAM.matcher(ucType).matches()) // Generic Tram
|
||||
|
|
|
@ -227,6 +227,8 @@ public class SncbProvider extends AbstractHafasProvider
|
|||
|
||||
if (ucType.equals("MÉT"))
|
||||
return 'U';
|
||||
if (ucType.equals("MÉTRO"))
|
||||
return 'U';
|
||||
|
||||
if (ucType.equals("TRAMWAY"))
|
||||
return 'T';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue