mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
ZVV: Show long distance trains by default, too. Apparently you may use them at no additional charge.
This commit is contained in:
parent
0dabc3da75
commit
71ee02b4d0
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@ package de.schildbach.pte;
|
|||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
|
@ -47,6 +48,11 @@ public class ZvvProvider extends AbstractHafasProvider {
|
|||
setStyles(STYLES);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<Product> defaultProducts() {
|
||||
return Product.ALL;
|
||||
}
|
||||
|
||||
private static final String[] OPERATORS = { "SBB", "SZU" };
|
||||
private static final String[] PLACES = { "Zürich", "Winterthur" };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue