Review fixes.

This commit is contained in:
vng 2016-04-13 15:10:59 +03:00
parent 353ac45fd3
commit a85ff97894

View file

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