mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
RT: Update API base.
This commit is contained in:
parent
9c0b434dff
commit
337d84efe5
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010-2015 the original author or authors.
|
* Copyright the original author or authors.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -28,14 +28,14 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class RtProvider extends AbstractHafasLegacyProvider {
|
public class RtProvider extends AbstractHafasLegacyProvider {
|
||||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://railteam.hafas.de/bin/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("http://railteam.hafas.eu/bin/");
|
||||||
|
// http://railteam.hafas.de/bin/
|
||||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,
|
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,
|
||||||
Product.HIGH_SPEED_TRAIN, Product.REGIONAL_TRAIN, Product.SUBURBAN_TRAIN, Product.BUS, Product.FERRY,
|
Product.HIGH_SPEED_TRAIN, Product.REGIONAL_TRAIN, Product.SUBURBAN_TRAIN, Product.BUS, Product.FERRY,
|
||||||
Product.SUBWAY, Product.TRAM, Product.ON_DEMAND };
|
Product.SUBWAY, Product.TRAM, Product.ON_DEMAND };
|
||||||
|
|
||||||
public RtProvider() {
|
public RtProvider() {
|
||||||
super(NetworkId.RT, API_BASE, "dn", PRODUCTS_MAP);
|
super(NetworkId.RT, API_BASE, "dn", PRODUCTS_MAP);
|
||||||
|
|
||||||
setStationBoardHasStationTable(false);
|
setStationBoardHasStationTable(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue