mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
Denmark: Update API base.
This commit is contained in:
parent
bd69ba7ba9
commit
740f51f6d8
1 changed files with 1 additions and 2 deletions
|
@ -28,9 +28,8 @@ import okhttp3.HttpUrl;
|
|||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class DsbProvider extends AbstractHafasLegacyProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("http://mobil.rejseplanen.dk/mobil-bin/");
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.rejseplanen.dk/bin/");
|
||||
// http://dk.hafas.de/bin/fat/
|
||||
// http://mobil.rejseplanen.dk/mobil-bin/
|
||||
// http://www.dsb.dk/Rejseplan/bin/
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,
|
||||
Product.REGIONAL_TRAIN, Product.REGIONAL_TRAIN, Product.SUBURBAN_TRAIN, Product.BUS, Product.BUS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue