IC is a high-speed train as well

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@713 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-06-21 11:06:32 +00:00
parent e60f3a936f
commit b2b0f3f0aa

View file

@ -71,10 +71,10 @@ public class RmvProvider extends AbstractHafasProvider
if (product == 'I') if (product == 'I')
{ {
productBits.setCharAt(0, '1'); // ICE productBits.setCharAt(0, '1'); // ICE
productBits.setCharAt(1, '1'); // Zug, scheinbar IC?
} }
else if (product == 'R') else if (product == 'R')
{ {
productBits.setCharAt(1, '1'); // Zug
productBits.setCharAt(2, '1'); // Zug productBits.setCharAt(2, '1'); // Zug
productBits.setCharAt(10, '1'); // Zug productBits.setCharAt(10, '1'); // Zug
} }