mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 07:29:50 +00:00
ZVV: Fix regional trains in the product map.
This commit is contained in:
parent
03a3a387af
commit
1d7006e837
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import okhttp3.HttpUrl;
|
|||
*/
|
||||
public class ZvvProvider extends AbstractHafasClientInterfaceProvider {
|
||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://online.fahrplan.zvv.ch/bin/");
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.HIGH_SPEED_TRAIN,
|
||||
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, Product.REGIONAL_TRAIN,
|
||||
Product.REGIONAL_TRAIN, Product.REGIONAL_TRAIN, Product.FERRY, Product.SUBURBAN_TRAIN, Product.BUS,
|
||||
Product.CABLECAR, Product.BUS, Product.TRAM };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue