SNCB: Switch API base back to HTTP.

This commit is contained in:
Andreas Schildbach 2017-03-20 15:32:23 +01:00
parent 375e9b56b0
commit 12a2093912

View file

@ -37,7 +37,7 @@ import okhttp3.HttpUrl;
* @author Andreas Schildbach
*/
public class SncbProvider extends AbstractHafasLegacyProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.belgianrail.be/jp/sncb-nmbs-routeplanner/");
private static final HttpUrl API_BASE = HttpUrl.parse("http://www.belgianrail.be/jp/sncb-nmbs-routeplanner/");
// http://hari.b-rail.be/hafas/bin/
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, null, Product.HIGH_SPEED_TRAIN, null,
null, Product.BUS, Product.REGIONAL_TRAIN, null, Product.SUBWAY, Product.BUS, Product.TRAM, null, null,