mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 23:28:48 +00:00
Fix parse 'stateless' in mobile stopfinder
This commit is contained in:
parent
9ac2970908
commit
def50afd7b
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
XmlPullUtil.enter(pp, "r");
|
||||
|
||||
final int id = Integer.parseInt(requireValueTag(pp, "id"));
|
||||
requireValueTag(pp, "stateless");
|
||||
requireValueTag(pp, "omc");
|
||||
final String place = normalizeLocationName(optValueTag(pp, "pc"));
|
||||
requireValueTag(pp, "pid");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue