mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:58:49 +00:00
line A
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@826 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
cefe9b6ebe
commit
82acc92247
2 changed files with 3 additions and 3 deletions
|
@ -546,6 +546,9 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
{
|
||||
final String ucType = type.toUpperCase();
|
||||
|
||||
if ("A".equals(ucType)) // Spain, Highspeed
|
||||
return 'I';
|
||||
|
||||
if ("RNV".equals(ucType))
|
||||
return 'R';
|
||||
if ("DZ".equals(ucType)) // Dampfzug
|
||||
|
|
|
@ -169,9 +169,6 @@ public class RtProvider extends AbstractHafasProvider
|
|||
{
|
||||
final String ucType = type.toUpperCase();
|
||||
|
||||
if ("A".equals(ucType)) // Spain, Highspeed
|
||||
return 'I';
|
||||
|
||||
if ("E".equals(ucType)) // Romania, Croatia
|
||||
return 'R';
|
||||
if ("N".equals(ucType)) // Frankreich, Tours
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue