forked from organicmaps/organicmaps
Change PointD <--> PointU conversion such that there are no points on RectId corners, except on the border of the world.
Conflicts: indexer/point_to_int64.cpp
This commit is contained in:
parent
8930c40023
commit
f30fafacea
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
namespace
|
||||
{
|
||||
|
||||
inline double CoordSize(uint32_t coordBits) { return (1 << coordBits); }
|
||||
inline double CoordSize(uint32_t coordBits) { return (1 << coordBits) - 1; }
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue