mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 21:28:48 +00:00
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:
parent
e60f3a936f
commit
b2b0f3f0aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue