mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
Adapt to API change of Sydney (New South Wales)
This commit is contained in:
parent
def50afd7b
commit
5f45e84a4b
2 changed files with 11 additions and 3 deletions
|
@ -25,7 +25,7 @@ import java.util.TimeZone;
|
|||
public class SydneyProvider extends AbstractEfaProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.SYDNEY;
|
||||
private final static String API_BASE = "http://mobile.131500.com.au/TripPlanner/mobile/";
|
||||
private final static String API_BASE = "http://tp.transportnsw.info/nsw/";
|
||||
|
||||
public SydneyProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue