mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
Fix endpoint URLs of Ireland & Dublin.
This commit is contained in:
parent
a22deed168
commit
96c3ce459e
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@ import de.schildbach.pte.dto.QueryTripsResult;
|
|||
public class EireannProvider extends AbstractHafasProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.EIREANN;
|
||||
private static final String API_BASE = "http://buseireann.fahrinfo.ivu.de/Fahrinfo/bin/";
|
||||
private static final String API_BASE = "http://journeyplanner.buseireann.ie/jp/bin/";
|
||||
|
||||
public EireannProvider()
|
||||
{
|
||||
super(API_BASE + "stboard.bin/en", API_BASE + "ajax-getstop.bin/en", API_BASE + "query.bin/en", 4);
|
||||
super(API_BASE + "stboard.exe/en", API_BASE + "ajax-getstop.exe/en", API_BASE + "query.exe/en", 4);
|
||||
}
|
||||
|
||||
public NetworkId id()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue