forked from organicmaps/organicmaps
Do not shown house number if name exists
This commit is contained in:
parent
1bc63637fe
commit
7eeaa2f010
1 changed files with 0 additions and 2 deletions
|
@ -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 + ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue