mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
fixed forgot to parse departure address
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@313 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
c84b8fdbaa
commit
a26f69c342
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
departure = parseStation(pp);
|
||||
else if (pp.getName().equals("Poi"))
|
||||
departure = parsePoi(pp);
|
||||
else if (pp.getName().equals("Address"))
|
||||
departure = parseAddress(pp);
|
||||
else
|
||||
throw new IllegalStateException("cannot parse: " + pp.getName());
|
||||
XmlPullUtil.next(pp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue