mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
ZVV: Update API base to HTTPS.
This commit is contained in:
parent
6fb6fb5cb5
commit
2c2fece8a1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import de.schildbach.pte.dto.Style.Shape;
|
|||
*/
|
||||
public class ZvvProvider extends AbstractHafasProvider
|
||||
{
|
||||
private static final String API_BASE = "http://online.fahrplan.zvv.ch/bin/";
|
||||
private static final String API_BASE = "https://online.fahrplan.zvv.ch/bin/";
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN, Product.REGIONAL_TRAIN,
|
||||
Product.REGIONAL_TRAIN, Product.FERRY, Product.SUBURBAN_TRAIN, Product.BUS, Product.CABLECAR, Product.SUBWAY, Product.TRAM };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue