Update entity parser. Fix #2126
This commit is contained in:
parent
09c4c46904
commit
61dd56c0e9
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue