From 968b3582adedc1caa684a378563f9fdca8de01c1 Mon Sep 17 00:00:00 2001 From: "andreas.schildbach" Date: Tue, 3 Aug 2010 10:56:05 +0000 Subject: [PATCH] more lines git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@39 0924bc21-9374-b0fa-ee44-9ff1593b38f0 --- src/de/schildbach/pte/MvvProvider.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/de/schildbach/pte/MvvProvider.java b/src/de/schildbach/pte/MvvProvider.java index 320f72b3..6d7ac994 100644 --- a/src/de/schildbach/pte/MvvProvider.java +++ b/src/de/schildbach/pte/MvvProvider.java @@ -562,7 +562,11 @@ public class MvvProvider implements NetworkProvider return "R" + line; else if (line.startsWith("RB ")) return "R" + line; - else if (line.startsWith("ALX ")) + else if (line.startsWith("ALX ")) // Alex + return "R" + line; + else if (line.startsWith("BOB ")) // Bayerische Oberlandbahn + return "R" + line; + else if (line.startsWith("VBG ")) // Vogtlandbahn return "R" + line; else if (line.startsWith("ICE ")) return "I" + line;