mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Hafas: Set up default API endpoints in the constructor.
This commit is contained in:
parent
10d04bcb39
commit
8b93e6135a
27 changed files with 58 additions and 42 deletions
|
@ -66,7 +66,7 @@ public class InvgProvider extends AbstractHafasProvider
|
|||
|
||||
public InvgProvider()
|
||||
{
|
||||
super(NetworkId.INVG, API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", PRODUCTS_MAP);
|
||||
super(NetworkId.INVG, API_BASE, "dn", PRODUCTS_MAP);
|
||||
|
||||
setStationBoardCanDoEquivs(false);
|
||||
setJsonGetStopsEncoding(Charsets.UTF_8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue