mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
return Location in departures result
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@319 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
6811870b0e
commit
62b992a805
10 changed files with 18 additions and 15 deletions
|
@ -703,7 +703,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
XmlPullUtil.skipRestOfTree(pp);
|
||||
}
|
||||
|
||||
return new QueryDeparturesResult(locationId, location, departures);
|
||||
return new QueryDeparturesResult(new Location(LocationType.STATION, locationId, 0, 0, location), departures);
|
||||
}
|
||||
else if ("notidentified".equals(nameState))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue