AbstractEfaProvider: Manually skip a few XML tags in processPublicLeg().

This commit is contained in:
Andreas Schildbach 2018-10-04 22:49:31 +02:00
parent 20846bdc73
commit 280cea1f7a

View file

@ -2637,6 +2637,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
if (XmlPullUtil.test(pp, "itdPathCoordinates"))
path = processItdPathCoordinates(pp);
XmlPullUtil.optSkip(pp, "itdITPathDescription");
XmlPullUtil.optSkip(pp, "itdInterchangePathCoordinates");
boolean wheelChairAccess = false;
if (XmlPullUtil.optEnter(pp, "genAttrList")) {
while (XmlPullUtil.optEnter(pp, "genAttrElem")) {