Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-04-15 05:05:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:15:45 +0300
commitd3a7cc45a6b911a163a795330df047cf14e0a2c5 (patch)
treef5f3e056ca587687dc02b6b52ba3b77a70d7d0d3 /indexer/point_to_int64.hpp
parent852ba8f90423bd4898d41c2e7644c09c4592bd02 (diff)
Reverted back data format breaking change to be compatible with 1.0 release
Diffstat (limited to 'indexer/point_to_int64.hpp')
-rw-r--r--indexer/point_to_int64.hpp2
1 files changed, 1 insertions, 1 deletions
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<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);