return to original
This commit is contained in:
parent
ab8140aacf
commit
9bb60d5ce5
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public class Amenity extends MapObject {
|
|||
}
|
||||
}
|
||||
if (!Algorithms.isEmpty(getName())) {
|
||||
return lang;
|
||||
return "";
|
||||
}
|
||||
for (String nm : getAdditionalInfo().keySet()) {
|
||||
if (nm.startsWith("name:")) {
|
||||
|
|
Loading…
Reference in a new issue