mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
Migrate Ingolstadt to auto-complete via getstops endpoint.
This commit is contained in:
parent
6d0ebb8a51
commit
64d243cbcb
1 changed files with 1 additions and 7 deletions
|
@ -59,7 +59,7 @@ public class InvgProvider extends AbstractHafasProvider
|
||||||
|
|
||||||
public InvgProvider()
|
public InvgProvider()
|
||||||
{
|
{
|
||||||
super(API_BASE + "stboard.exe/dn", null, API_BASE + "query.exe/dn", 10);
|
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", 10, UTF_8, UTF_8);
|
||||||
|
|
||||||
setStyles(STYLES);
|
setStyles(STYLES);
|
||||||
setExtXmlEndpoint(API_BASE + "extxml.exe");
|
setExtXmlEndpoint(API_BASE + "extxml.exe");
|
||||||
|
@ -279,12 +279,6 @@ public class InvgProvider extends AbstractHafasProvider
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException
|
|
||||||
{
|
|
||||||
return xmlMLcReq(constraint);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void appendCustomTripsQueryBinaryUri(final StringBuilder uri)
|
protected void appendCustomTripsQueryBinaryUri(final StringBuilder uri)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue