mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
New API base for BVG.
This commit is contained in:
parent
cac53970f7
commit
b7b5b2a29b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ import de.schildbach.pte.util.ParserUtils;
|
|||
public final class BvgProvider extends AbstractHafasProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.BVG;
|
||||
private static final String API_BASE = "http://www.fahrinfo-berlin.de/Fahrinfo/bin/";
|
||||
private static final String API_BASE = "http://fahrinfo.bvg.de/Fahrinfo/bin/";
|
||||
private static final String DEPARTURE_URL = "http://mobil.bvg.de";
|
||||
|
||||
private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue