mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Include network ID in result header.
This commit is contained in:
parent
cf651676d2
commit
322e7cf8cb
7 changed files with 46 additions and 36 deletions
|
@ -175,7 +175,7 @@ public class InvgProvider extends AbstractHafasProvider
|
|||
public QueryDeparturesResult queryDepartures(final String stationId, final @Nullable Date time, final int maxDepartures, final boolean equivs)
|
||||
throws IOException
|
||||
{
|
||||
final ResultHeader header = new ResultHeader(SERVER_PRODUCT);
|
||||
final ResultHeader header = new ResultHeader(network, SERVER_PRODUCT);
|
||||
final QueryDeparturesResult result = new QueryDeparturesResult(header);
|
||||
|
||||
// scrape page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue