mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
ÖBB: Fix umlauts in suggested locations.
This commit is contained in:
parent
042dc0f591
commit
17960fc74e
1 changed files with 0 additions and 3 deletions
|
@ -22,8 +22,6 @@ import java.util.EnumSet;
|
|||
import java.util.Set;
|
||||
import java.util.regex.Matcher;
|
||||
|
||||
import com.google.common.base.Charsets;
|
||||
|
||||
import de.schildbach.pte.dto.Location;
|
||||
import de.schildbach.pte.dto.LocationType;
|
||||
import de.schildbach.pte.dto.NearbyLocationsResult;
|
||||
|
@ -44,7 +42,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
super(NetworkId.OEBB, API_BASE, "dn", PRODUCTS_MAP);
|
||||
|
||||
setDominantPlanStopTime(true);
|
||||
setJsonGetStopsEncoding(Charsets.UTF_8);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue