mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
new server for Melbourne
This commit is contained in:
parent
6eda6ebaa8
commit
af99124c18
1 changed files with 3 additions and 1 deletions
|
@ -24,12 +24,14 @@ import java.util.TimeZone;
|
|||
import de.schildbach.pte.dto.Style;
|
||||
|
||||
/**
|
||||
* Has been renamed to PTV (Public Transport Vicoria).
|
||||
*
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class MetProvider extends AbstractEfaProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.MET;
|
||||
private final static String API_BASE = "http://jp.metlinkmelbourne.com.au/metlink/";
|
||||
private final static String API_BASE = "http://jp.ptv.vic.gov.au/ptv/";
|
||||
|
||||
public MetProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue