forked from organicmaps/organicmaps
Reverted back data format breaking change to be compatible with 1.0 release
This commit is contained in:
parent
852ba8f904
commit
d3a7cc45a6
4 changed files with 2 additions and 2 deletions
BIN
data/World.mwm
BIN
data/World.mwm
Binary file not shown.
BIN
data/maps.update
BIN
data/maps.update
Binary file not shown.
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue