mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
update api base for Schleswig-Holstein
This commit is contained in:
parent
8b306ac3a8
commit
36b5188af6
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ import de.schildbach.pte.util.ParserUtils;
|
||||||
public class ShProvider extends AbstractHafasProvider
|
public class ShProvider extends AbstractHafasProvider
|
||||||
{
|
{
|
||||||
public static final NetworkId NETWORK_ID = NetworkId.SH;
|
public static final NetworkId NETWORK_ID = NetworkId.SH;
|
||||||
private static final String API_BASE = "http://scout.hafas.de/bin/";
|
private static final String API_BASE = "http://nah.sh.hafas.de/bin/";
|
||||||
// http://nah.sh.hafas.de/bin/
|
|
||||||
|
|
||||||
private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;
|
private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue