mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 20:48:47 +00:00
use unique short names of stations where appropriate
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@801 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
9a5f3b0757
commit
c885fa982b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public final class Location implements Serializable
|
|||
|
||||
public final String uniqueShortName()
|
||||
{
|
||||
if ("Bahnhof".equals(name))
|
||||
if ("Bahnhof".equals(name) || "Dorf".equals(name))
|
||||
return place + ", " + name;
|
||||
else
|
||||
return name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue