mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 00:09:55 +00:00
Fix extxml handling
This commit is contained in:
parent
29dc8482f6
commit
229e88eaf4
3 changed files with 12 additions and 3 deletions
|
@ -54,9 +54,10 @@ public class InvgProvider extends AbstractHafasProvider
|
|||
|
||||
public InvgProvider()
|
||||
{
|
||||
super(API_BASE + "stboard.exe/dn", null, API_BASE + "extxml.exe", 10);
|
||||
super(API_BASE + "stboard.exe/dn", null, API_BASE + "query.exe/dn", 10);
|
||||
|
||||
setStyles(STYLES);
|
||||
setExtXmlEndpoint(API_BASE + "extxml.exe");
|
||||
}
|
||||
|
||||
public NetworkId id()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue