Reverted back data format breaking change to be compatible with 1.0 release

This commit is contained in:
Alex Zolotarev 2011-04-15 03:05:51 +02:00 committed by Alex Zolotarev
parent 852ba8f904
commit d3a7cc45a6
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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)

View file

@ -9,7 +9,7 @@
typedef double CoordT;
typedef pair<CoordT, CoordT> CoordPointT;
typedef m2::CellId<17> RectId;
typedef m2::CellId<19> RectId;
m2::PointU PointD2PointU(CoordT x, CoordT y);
CoordPointT PointU2PointD(m2::PointU const & p);