forked from organicmaps/organicmaps
return tile precaching from n-2 zoom level
This commit is contained in:
parent
a0ce73a512
commit
fff3df9ae7
1 changed files with 1 additions and 3 deletions
|
@ -346,11 +346,9 @@ void CoverageGenerator::ComputeCoverTasks()
|
|||
}
|
||||
else
|
||||
{
|
||||
newRects.push_back(ri);
|
||||
if (m_coverageInfo.m_tiler.isLeaf(ri))
|
||||
{
|
||||
newRects.push_back(ri);
|
||||
++m_backCoverage->m_renderLeafTilesCount;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue