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:
authortatiana-kondakova <tatiana.kondakova@gmail.com>2018-02-06 16:08:43 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2018-02-08 12:39:21 +0300
commit4bf5605859902a63babefab7e2cf50732bc98f5f (patch)
tree8c59ffc5bd791d975ea448d0f3908872c304d573 /indexer/cell_id.hpp
parente01c0f206df8bc65cf9632f91c2852fde4701d54 (diff)
Change LocalityIndex depth
Diffstat (limited to 'indexer/cell_id.hpp')
-rw-r--r--indexer/cell_id.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indexer/cell_id.hpp b/indexer/cell_id.hpp
index a0ef68a120..59ca845399 100644
--- a/indexer/cell_id.hpp
+++ b/indexer/cell_id.hpp
@@ -5,6 +5,10 @@
#include "base/assert.hpp"
+using RectId = m2::CellId<19>;
+
+// 24 is enough to have cell size < 2.5m * 2.5m for world.
+using LocalityCellId = m2::CellId<24>;
template <int MinX, int MinY, int MaxX, int MaxY>
struct Bounds