Fix extxml handling

This commit is contained in:
Andreas Schildbach 2013-11-08 17:02:14 +01:00
parent 29dc8482f6
commit 229e88eaf4
3 changed files with 12 additions and 3 deletions

View file

@ -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()