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