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:
andreas.schildbach 2010-10-23 14:33:37 +00:00
parent 6811870b0e
commit 62b992a805
10 changed files with 18 additions and 15 deletions

View file

@ -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))
{