diff --git a/data/World.mwm b/data/World.mwm index df3999d7a8..5a66cc9779 100644 Binary files a/data/World.mwm and b/data/World.mwm differ diff --git a/data/maps.update b/data/maps.update index 208b941401..ccacd3c8af 100644 Binary files a/data/maps.update and b/data/maps.update differ diff --git a/indexer/point_to_int64.cpp b/indexer/point_to_int64.cpp index 72d5ab6fa0..15e1763351 100644 --- a/indexer/point_to_int64.cpp +++ b/indexer/point_to_int64.cpp @@ -9,7 +9,7 @@ #include "../base/start_mem_debug.hpp" -#define POINT_COORD_BITS 27 +#define POINT_COORD_BITS 30 m2::PointU PointD2PointU(CoordT x, CoordT y) diff --git a/indexer/point_to_int64.hpp b/indexer/point_to_int64.hpp index 74be2e968f..3bb7325c40 100644 --- a/indexer/point_to_int64.hpp +++ b/indexer/point_to_int64.hpp @@ -9,7 +9,7 @@ typedef double CoordT; typedef pair CoordPointT; -typedef m2::CellId<17> RectId; +typedef m2::CellId<19> RectId; m2::PointU PointD2PointU(CoordT x, CoordT y); CoordPointT PointU2PointD(m2::PointU const & p);