mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 17:18:49 +00:00
AbstractEfaProvider: Fix XML parsing in processItdPathCoordinates() when ellipsoid is not WGS84.
This commit is contained in:
parent
14d11b1a4d
commit
20846bdc73
1 changed files with 1 additions and 1 deletions
|
@ -2905,7 +2905,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
throw new IllegalStateException(pp.getPositionDescription());
|
||||
}
|
||||
} else {
|
||||
return null;
|
||||
path = null;
|
||||
}
|
||||
|
||||
XmlPullUtil.skipExit(pp, "itdPathCoordinates");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue