mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
handle 'Busbahnhof' when shortening names
This commit is contained in:
parent
129f9e263c
commit
95cce1eb4f
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public final class Location implements Serializable
|
|||
return false;
|
||||
}
|
||||
|
||||
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Dorf", "Kirche", "Nord", "Ost", "Süd", "West" };
|
||||
private static final String[] NON_UNIQUE_NAMES = { "Hauptbahnhof", "Hbf", "Bahnhof", "Busbahnhof", "Dorf", "Kirche", "Nord", "Ost", "Süd", "West" };
|
||||
static
|
||||
{
|
||||
Arrays.sort(NON_UNIQUE_NAMES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue