This commit is contained in:
Andreas Schildbach 2012-08-13 17:48:43 +02:00
parent 10b079fc7d
commit b04de15e18

View file

@ -265,6 +265,8 @@ public class OebbProvider extends AbstractHafasProvider
return 'B';
if (ucType.equals("O-BUS")) // Stadtbus
return 'B';
if (ucType.equals("O")) // Stadtbus
return 'B';
if (ucType.equals("SCH")) // Connections only?
return 'F';