Sweden: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2016-09-18 21:48:28 +02:00
parent 00102364fe
commit 9b9b85aa66

View file

@ -30,7 +30,8 @@ import de.schildbach.pte.dto.Product;
* @author Andreas Schildbach
*/
public class SeProvider extends AbstractHafasProvider {
private static final String API_BASE = "http://samtrafiken.hafas.de/bin/";
private static final String API_BASE = "https://reseplanerare.resrobot.se/bin/";
// http://samtrafiken.hafas.de/bin/
// http://reseplanerare.resrobot.se/bin/
// http://api.vasttrafik.se/bin/
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,