mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:08:49 +00:00
AbstractEfaProvider: Use <gix> value as trip ID in queryTripsMobile().
This commit is contained in:
parent
5ceceb20de
commit
73405d9a92
1 changed files with 2 additions and 2 deletions
|
@ -2676,10 +2676,10 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
||||||
|
|
||||||
XmlPullUtil.valueTag(pp, "d"); // duration
|
XmlPullUtil.valueTag(pp, "d"); // duration
|
||||||
final int numChanges = Integer.parseInt(XmlPullUtil.valueTag(pp, "ic"));
|
final int numChanges = Integer.parseInt(XmlPullUtil.valueTag(pp, "ic"));
|
||||||
final String tripId = XmlPullUtil.valueTag(pp, "de");
|
XmlPullUtil.valueTag(pp, "de");
|
||||||
XmlPullUtil.optValueTag(pp, "optval", null);
|
XmlPullUtil.optValueTag(pp, "optval", null);
|
||||||
XmlPullUtil.optValueTag(pp, "alt", null);
|
XmlPullUtil.optValueTag(pp, "alt", null);
|
||||||
XmlPullUtil.optValueTag(pp, "gix", null);
|
final String tripId = XmlPullUtil.valueTag(pp, "gix");
|
||||||
|
|
||||||
XmlPullUtil.enter(pp, "ls");
|
XmlPullUtil.enter(pp, "ls");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue