Skip to content

Commit

Permalink
ZVV: Fix regional trains in the product map.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Nov 17, 2018
1 parent 05a55ca commit b017ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enabler/src/de/schildbach/pte/ZvvProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
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 };

Expand Down

0 comments on commit b017ce1

Please sign in to comment.