check possible fix for issue 1343

This commit is contained in:
sonora 2015-06-12 22:10:35 +02:00
parent 3aa3c75422
commit 01bd398293

View file

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