check possible fix for issue 1343
This commit is contained in:
parent
3aa3c75422
commit
01bd398293
1 changed files with 4 additions and 3 deletions
|
@ -164,9 +164,10 @@ public class Amenity extends MapObject {
|
|||
return lang;
|
||||
}
|
||||
}
|
||||
if (!Algorithms.isEmpty(getName())) {
|
||||
return "";
|
||||
}
|
||||
//check if this causes issue 1343
|
||||
//if (!Algorithms.isEmpty(getName())) {
|
||||
// return "";
|
||||
//}
|
||||
for (String nm : getAdditionalInfo().keySet()) {
|
||||
if (nm.startsWith("name:")) {
|
||||
return nm.substring("name:".length());
|
||||
|
|
Loading…
Reference in a new issue