mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 18:28:49 +00:00
AbstractEfaProvider: Parse 'pgid' in queryTripsMobile().
This commit is contained in:
parent
11c4303733
commit
a3ed62a29b
1 changed files with 1 additions and 0 deletions
|
@ -2654,6 +2654,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
final String usage = XmlPullUtil.valueTag(pp, "u");
|
||||
XmlPullUtil.optValueTag(pp, "de", null);
|
||||
XmlPullUtil.optValueTag(pp, "gid", null);
|
||||
XmlPullUtil.optValueTag(pp, "pgid", null);
|
||||
XmlPullUtil.requireSkip(pp, "dt");
|
||||
|
||||
parseMobileSt(pp, plannedTimeCal, predictedTimeCal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue