mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
line KTB
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@763 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
278e3a43ae
commit
d90718d8ef
2 changed files with 2 additions and 2 deletions
|
@ -1542,6 +1542,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("ÖBA".equals(ucType)) // Öchsle-Bahn Betriebsgesellschaft
|
if ("ÖBA".equals(ucType)) // Öchsle-Bahn Betriebsgesellschaft
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("KTB".equals(ucType)) // Kandertalbahn
|
||||||
|
return 'R';
|
||||||
if ("ATZ".equals(ucType)) // Autotunnelzug
|
if ("ATZ".equals(ucType)) // Autotunnelzug
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("ATB".equals(ucType)) // Autoschleuse Tauernbahn
|
if ("ATB".equals(ucType)) // Autoschleuse Tauernbahn
|
||||||
|
|
|
@ -177,8 +177,6 @@ public class PlProvider extends AbstractHafasProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("RNV".equals(ucType)) // Rhein-Neckar-Verkehr GmbH
|
if ("RNV".equals(ucType)) // Rhein-Neckar-Verkehr GmbH
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("KTB".equals(ucType)) // Kandertalbahn
|
|
||||||
return 'R';
|
|
||||||
if ("N".equals(ucType)) // St. Pierre des Corps - Tours
|
if ("N".equals(ucType)) // St. Pierre des Corps - Tours
|
||||||
return 'R';
|
return 'R';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue