mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
EFA: Ignore new <routeDesc> element in mobile XML API.
This commit is contained in:
parent
2add36ef78
commit
bc91169379
1 changed files with 1 additions and 0 deletions
|
@ -1717,6 +1717,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
XmlPullUtil.optValueTag(pp, "dy", null);
|
||||
final String de = XmlPullUtil.optValueTag(pp, "de", null);
|
||||
final String productName = n != null ? n : de;
|
||||
XmlPullUtil.optValueTag(pp, "routeDesc", null);
|
||||
XmlPullUtil.optValueTag(pp, "tco", null);
|
||||
final String lineId = parseMobileDv(pp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue