forked from organicmaps/organicmaps
Revert "[styles] Do not draw international name for path"
This commit is contained in:
parent
0bd3eefc9a
commit
8d853b2395
1 changed files with 4 additions and 2 deletions
|
@ -396,9 +396,11 @@ namespace di
|
|||
|
||||
string const FeatureStyler::GetPathName() const
|
||||
{
|
||||
if (!m_primaryText.empty())
|
||||
// Always concat names for linear features because we process only one draw rule now.
|
||||
if (m_secondaryText.empty())
|
||||
return m_primaryText;
|
||||
return m_secondaryText;
|
||||
else
|
||||
return m_primaryText + " " + m_secondaryText;
|
||||
}
|
||||
|
||||
bool FeatureStyler::IsEmpty() const
|
||||
|
|
Loading…
Add table
Reference in a new issue