mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
update api base for Linz
This commit is contained in:
parent
0a8e46a14b
commit
2b7eb1231e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ package de.schildbach.pte;
|
|||
public class LinzProvider extends AbstractEfaProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.LINZ;
|
||||
public static final String API_BASE = "http://www.linzag.at/linz/"; // open data: http://www.linzag.at/static/
|
||||
public static final String API_BASE = "http://www.linzag.at/linz2/"; // open data: http://www.linzag.at/static/
|
||||
|
||||
public LinzProvider()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue