mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
Add some city names to split for Kiel, Lübeck & Schleswig-Holstein.
This commit is contained in:
parent
bc66f03326
commit
8853f5d4bb
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class ShProvider extends AbstractHafasProvider
|
|||
}
|
||||
}
|
||||
|
||||
private static final String[] PLACES = { "Kiel", "Lübeck" };
|
||||
private static final String[] PLACES = { "Hamburg", "Kiel", "Lübeck", "Flensburg", "Neumünster" };
|
||||
|
||||
@Override
|
||||
protected String[] splitPlaceAndName(final String name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue