Add 'Markt' to names that need places in their unique form.

This commit is contained in:
Andreas Schildbach 2016-09-24 12:07:44 +02:00
parent 670a63e0f9
commit 1c2f21ac9f

View file

@ -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);