mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 21:18:47 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@612 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
19cb46decc
commit
ea0c25243b
1 changed files with 4 additions and 0 deletions
|
@ -272,6 +272,10 @@ public class PlProvider extends AbstractHafasProvider
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("CAT".equals(ucType)) // City Airport Train
|
if ("CAT".equals(ucType)) // City Airport Train
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("LEO".equals(ucType)) // Chiemgauer Lokalbahn
|
||||||
|
return 'R';
|
||||||
|
if ("MSB".equals(ucType)) // Mainschleifenbahn
|
||||||
|
return 'R';
|
||||||
if ("ATR".equals(ucType)) // Spanien
|
if ("ATR".equals(ucType)) // Spanien
|
||||||
return 'R';
|
return 'R';
|
||||||
if ("N".equals(ucType)) // St. Pierre des Corps - Tours
|
if ("N".equals(ucType)) // St. Pierre des Corps - Tours
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue