VBB: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2017-08-31 10:48:11 +02:00
parent 3c961d86f6
commit ae0c5b7b67

View file

@ -33,7 +33,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
public class VbbProvider extends AbstractHafasLegacyProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("http://fahrinfo.vbb.de/bin/");
private static final HttpUrl API_BASE = HttpUrl.parse("https://fahrinfo.vbb.de/bin/");
private static final Product[] PRODUCTS_MAP = { Product.SUBURBAN_TRAIN, Product.SUBWAY, Product.TRAM, Product.BUS,
Product.FERRY, Product.HIGH_SPEED_TRAIN, Product.REGIONAL_TRAIN };
private static final Set<Product> ALL_EXCEPT_HIGHSPEED_AND_ONDEMAND = EnumSet