mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 02:59:52 +00:00
Lines
This commit is contained in:
parent
34b032b11d
commit
a9e52a5e60
4 changed files with 9 additions and 1 deletions
|
@ -2658,6 +2658,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
// Suburban Trains
|
||||
if (P_LINE_SBAHN.matcher(ucType).matches()) // Generic (Night) S-Bahn
|
||||
return 'S';
|
||||
if ("S-BAHN".equals(ucType))
|
||||
return 'S';
|
||||
if ("BSB".equals(ucType)) // Breisgau S-Bahn
|
||||
return 'S';
|
||||
if ("SWE".equals(ucType)) // Südwestdeutsche Verkehrs-AG, Ortenau-S-Bahn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue