AbstractEfaProvider: Fix XML parsing in processItdPathCoordinates() when ellipsoid is not WGS84.

This commit is contained in:
Andreas Schildbach 2018-10-04 22:45:40 +02:00
parent 14d11b1a4d
commit 20846bdc73

View file

@ -2905,7 +2905,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
throw new IllegalStateException(pp.getPositionDescription()); throw new IllegalStateException(pp.getPositionDescription());
} }
} else { } else {
return null; path = null;
} }
XmlPullUtil.skipExit(pp, "itdPathCoordinates"); XmlPullUtil.skipExit(pp, "itdPathCoordinates");