mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
update api base for Wien
This commit is contained in:
parent
8d63a50801
commit
e71b71ff7c
1 changed files with 1 additions and 2 deletions
|
@ -28,13 +28,12 @@ import de.schildbach.pte.dto.Style;
|
||||||
public class VorProvider extends AbstractEfaProvider
|
public class VorProvider extends AbstractEfaProvider
|
||||||
{
|
{
|
||||||
public static final NetworkId NETWORK_ID = NetworkId.VOR;
|
public static final NetworkId NETWORK_ID = NetworkId.VOR;
|
||||||
private final static String API_BASE = "http://efa.vor.at/wvb/";
|
private final static String API_BASE = "http://depmon.vor.at:8380/vorrbl/"; // http://efa.vor.at/wvb/
|
||||||
|
|
||||||
public VorProvider()
|
public VorProvider()
|
||||||
{
|
{
|
||||||
super(API_BASE, null);
|
super(API_BASE, null);
|
||||||
|
|
||||||
setReferer("http://www.wienerlinien.at/eportal/");
|
|
||||||
setIncludeRegionId(false);
|
setIncludeRegionId(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue