forked from organicmaps/organicmaps
Remove visual scale correction for tablets.
This commit is contained in:
parent
0ab99475c7
commit
912c9cc686
1 changed files with 0 additions and 4 deletions
|
@ -82,10 +82,6 @@ namespace graphics
|
|||
double visualScaleExact(int exactDensityDPI)
|
||||
{
|
||||
double const mdpiDensityDPI = 160.;
|
||||
double const tabletFactor = 1.28;
|
||||
// In case of tablets and iPads increased DPI is used to make visual scale bigger.
|
||||
if (GetPlatform().IsTablet())
|
||||
exactDensityDPI *= tabletFactor;
|
||||
|
||||
// For some old devices (for example iPad 2) the density could be less than 160 DPI.
|
||||
// Returns one in that case to keep readable text on the map.
|
||||
|
|
Loading…
Add table
Reference in a new issue