forked from organicmaps/organicmaps
More precise degreesInMetres.
This commit is contained in:
parent
e5f3ddf1c6
commit
8ed03fa38e
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ double MercatorBounds::minX = -180;
|
|||
double MercatorBounds::maxX = 180;
|
||||
double MercatorBounds::minY = -180;
|
||||
double MercatorBounds::maxY = 180;
|
||||
double const MercatorBounds::degreeInMetres = 1.0 / 111111.0;
|
||||
double const MercatorBounds::degreeInMetres = 360.0 / 40008245;
|
||||
|
|
Loading…
Add table
Reference in a new issue