git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@826 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-10-15 21:03:58 +00:00
parent cefe9b6ebe
commit 82acc92247
2 changed files with 3 additions and 3 deletions

View file

@ -546,6 +546,9 @@ public final class BahnProvider extends AbstractHafasProvider
{ {
final String ucType = type.toUpperCase(); final String ucType = type.toUpperCase();
if ("A".equals(ucType)) // Spain, Highspeed
return 'I';
if ("RNV".equals(ucType)) if ("RNV".equals(ucType))
return 'R'; return 'R';
if ("DZ".equals(ucType)) // Dampfzug if ("DZ".equals(ucType)) // Dampfzug

View file

@ -169,9 +169,6 @@ public class RtProvider extends AbstractHafasProvider
{ {
final String ucType = type.toUpperCase(); final String ucType = type.toUpperCase();
if ("A".equals(ucType)) // Spain, Highspeed
return 'I';
if ("E".equals(ucType)) // Romania, Croatia if ("E".equals(ucType)) // Romania, Croatia
return 'R'; return 'R';
if ("N".equals(ucType)) // Frankreich, Tours if ("N".equals(ucType)) // Frankreich, Tours