Update entity parser. Fix #2126

This commit is contained in:
Victor Shcherb 2016-01-10 16:13:16 +01:00
parent 09c4c46904
commit 61dd56c0e9

View file

@ -51,9 +51,6 @@ public class EntityParser {
mo.setLocation(l.getLatitude(), l.getLongitude());
}
}
if (mo.getName().length() == 0) {
setNameFromOperator(mo, tags);
}
if (mo.getName().length() == 0) {
setNameFromRef(mo, tags);
}