forked from organicmaps/organicmaps
aligning area texts to center point.
This commit is contained in:
parent
1e216ddd9d
commit
161a93dd31
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ void Drawer::Draw(di::DrawInfo const * pInfo, di::DrawRule const * rules, size_t
|
|||
if (isArea/* && isN*/)
|
||||
{
|
||||
for (list<di::AreaInfo>::const_iterator i = pInfo->m_areas.begin(); i != pInfo->m_areas.end(); ++i)
|
||||
drawText(i->GetCenter(), pInfo, pRule, graphics::EPosAbove, depth, id);
|
||||
drawText(i->GetCenter(), pInfo, pRule, graphics::EPosCenter, depth, id);
|
||||
}
|
||||
|
||||
// draw way name
|
||||
|
|
Loading…
Add table
Reference in a new issue