mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 00:09:55 +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
|
@ -183,9 +183,15 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
}
|
||||
if (p == 'B')
|
||||
{
|
||||
uri.append("&REQ0JourneyProduct_prod_section_0_5=1&REQ0JourneyProduct_prod_section_0_9=1");
|
||||
uri.append("&REQ0JourneyProduct_prod_section_0_5=1");
|
||||
if (via != null)
|
||||
uri.append("&REQ0JourneyProduct_prod_section_1_5=1&REQ0JourneyProduct_prod_section_1_9=1");
|
||||
uri.append("&REQ0JourneyProduct_prod_section_1_5=1");
|
||||
}
|
||||
if (p == 'P')
|
||||
{
|
||||
uri.append("&REQ0JourneyProduct_prod_section_0_9=1");
|
||||
if (via != null)
|
||||
uri.append("&REQ0JourneyProduct_prod_section_1_9=1");
|
||||
}
|
||||
if (p == 'F')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue