forked from organicmaps/organicmaps
removed scaling out when recieving location in "precise" mode.
This commit is contained in:
parent
90c9e61972
commit
d928212364
1 changed files with 2 additions and 2 deletions
|
@ -542,8 +542,8 @@ public:
|
|||
else
|
||||
needToScale = ClipRect.SizeY() > yMinSize * 3;
|
||||
|
||||
if ((ClipRect.SizeX() < 3 * errorRadius) || (ClipRect.SizeY() < 3 * errorRadius))
|
||||
needToScale = true;
|
||||
/* if ((ClipRect.SizeX() < 3 * errorRadius) || (ClipRect.SizeY() < 3 * errorRadius))
|
||||
needToScale = true;*/
|
||||
|
||||
if (needToScale)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue