Do not shown house number if name exists

This commit is contained in:
Constantin Shalnev 2016-02-04 12:48:02 +03:00
parent 1bc63637fe
commit 7eeaa2f010

View file

@ -214,8 +214,6 @@ void CaptionDescription::FormatCaptions(FeatureType const & f,
{
if (m_mainText.empty() || m_houseNumber.find(m_mainText) != string::npos)
m_houseNumber.swap(m_mainText);
else
m_mainText += (" (" + m_houseNumber + ")");
}
}
}