mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
'Rufbus' product in connections query
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@572 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
8978db8cb7
commit
b633b4cf70
5 changed files with 29 additions and 9 deletions
|
@ -160,9 +160,11 @@ public class RmvProvider extends AbstractHafasProvider
|
|||
if (p == 'T')
|
||||
uri.append("&REQ0JourneyProduct_prod_list_5=0000010000000000");
|
||||
if (p == 'B')
|
||||
uri.append("&REQ0JourneyProduct_prod_list_6=0000001101000000");
|
||||
uri.append("&REQ0JourneyProduct_prod_list_6=0000001100000000");
|
||||
if (p == 'P')
|
||||
uri.append("&REQ0JourneyProduct_prod_list_7=0000000001000000");
|
||||
if (p == 'F')
|
||||
uri.append("&REQ0JourneyProduct_prod_list_7=0000000010000000");
|
||||
uri.append("&REQ0JourneyProduct_prod_list_8=0000000010000000");
|
||||
// FIXME if (p == 'C')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue