mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
ZOB (Zentraler Omnibusbahnhof) is a non-unique name.
This commit is contained in:
parent
25d25fd839
commit
f60ed08767
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ public final class Location implements Serializable
|
|||
return false;
|
||||
}
|
||||
|
||||
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Busbahnhof", "Dorf", "Kirche", "Nord", "Ost", "Süd", "West" };
|
||||
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Busbahnhof", "ZOB", "Dorf", "Kirche", "Nord", "Ost", "Süd",
|
||||
"West" };
|
||||
static
|
||||
{
|
||||
Arrays.sort(NON_UNIQUE_NAMES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue