mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
Brandenburg (forgot)
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@627 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
65f74018ad
commit
95a8e81e87
2 changed files with 0 additions and 8 deletions
|
@ -749,12 +749,8 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if (ucType.equals("RBG")) // Regental Bahnbetriebs GmbH, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("OE")) // Ostdeutsche Eisenbahn, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("CB")) // City Bahn Chemnitz, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("MR")) // Märkische Regionalbahn, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("OLA")) // Ostseeland Verkehr, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("VX")) // Vogtland Express, via JSON API
|
||||
|
|
|
@ -159,10 +159,6 @@ public class PlProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if ("NWB".equals(ucType)) // NordWestBahn
|
||||
return 'R';
|
||||
if ("OE".equals(ucType)) // Ostdeutsche Eisenbahn
|
||||
return 'R';
|
||||
if ("MR".equals(ucType)) // Märkische Regionalbahn
|
||||
return 'R';
|
||||
if ("MRB".equals(ucType)) // Mitteldeutsche Regiobahn
|
||||
return 'R';
|
||||
if ("HZL".equals(ucType)) // Hohenzollerische Landesbahn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue