VAO: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2016-07-07 16:49:04 +02:00
parent 81c8504881
commit 4b6751931b

View file

@ -45,7 +45,7 @@ import de.schildbach.pte.dto.SuggestLocationsResult;
*/
public class VaoProvider extends AbstractHafasProvider
{
private static final String API_BASE = "http://app.verkehrsauskunft.at/bin/";
private static final String API_BASE = "https://app.verkehrsauskunft.at/bin/";
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.SUBURBAN_TRAIN, Product.SUBWAY, null, Product.TRAM,
Product.REGIONAL_TRAIN, Product.BUS, Product.BUS, Product.TRAM, Product.FERRY, Product.ON_DEMAND, Product.BUS, Product.REGIONAL_TRAIN,
null, null, null };