mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 05:39:51 +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
|
@Override
|
||||||
protected String[] splitPlaceAndName(final String name)
|
protected String[] splitPlaceAndName(final String name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue