mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
fixed path not being read in some cases
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@584 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f320d25a18
commit
34d6e54dff
1 changed files with 3 additions and 0 deletions
|
@ -1521,6 +1521,9 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
||||||
if (XmlPullUtil.test(pp, "itdStopSeq"))
|
if (XmlPullUtil.test(pp, "itdStopSeq"))
|
||||||
XmlPullUtil.next(pp);
|
XmlPullUtil.next(pp);
|
||||||
|
|
||||||
|
if (XmlPullUtil.test(pp, "itdFootPathInfo"))
|
||||||
|
XmlPullUtil.next(pp);
|
||||||
|
|
||||||
List<Point> path = null;
|
List<Point> path = null;
|
||||||
if (XmlPullUtil.test(pp, "itdPathCoordinates"))
|
if (XmlPullUtil.test(pp, "itdPathCoordinates"))
|
||||||
path = processItdPathCoordinates(pp);
|
path = processItdPathCoordinates(pp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue