mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
Add 'Schiffstation' to names that need places in their unique form.
This commit is contained in:
parent
29d853202c
commit
0994d31443
1 changed files with 3 additions and 2 deletions
|
@ -144,8 +144,9 @@ public final class Location implements Serializable
|
|||
return false;
|
||||
}
|
||||
|
||||
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Bf", "Busbahnhof", "ZOB", "Zentrum", "Dorf", "Kirche",
|
||||
"Nord", "Ost", "Süd", "West" };
|
||||
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Bf", "Busbahnhof", "ZOB", "Schiffstation", "Schiffst.",
|
||||
"Zentrum", "Dorf", "Kirche", "Nord", "Ost", "Süd", "West" };
|
||||
|
||||
static
|
||||
{
|
||||
Arrays.sort(NON_UNIQUE_NAMES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue