forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
353ac45fd3
commit
a85ff97894
1 changed files with 3 additions and 0 deletions
|
@ -475,7 +475,10 @@ bool FeatureParams::FinishAddingTypes()
|
|||
|
||||
// Patch fix that removes house number from localities.
|
||||
if (!house.IsEmpty() && ftypes::IsLocalityChecker::Instance()(m_Types))
|
||||
{
|
||||
LOG(LWARNING, ("Locality with house number", *this));
|
||||
house.Clear();
|
||||
}
|
||||
|
||||
return !m_Types.empty();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue