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:
authorvng <viktor.govako@gmail.com>2011-09-13 18:27:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:47 +0300
commit184ebe8ff88ce2b34b2f006ef8b13609d37f3f97 (patch)
treef83a51171c4019ec0b691054e15c34e90686b1cd /indexer/coding_params.cpp
parent223247042444fb6660fec72bfe0b958be2a13e37 (diff)
Fix FeatureBuilder1 limit rect routine. Add tests for geometry coding routing.
Diffstat (limited to 'indexer/coding_params.cpp')
-rw-r--r--indexer/coding_params.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/coding_params.cpp b/indexer/coding_params.cpp
index 05cd0ea077..985513e492 100644
--- a/indexer/coding_params.cpp
+++ b/indexer/coding_params.cpp
@@ -7,7 +7,7 @@
namespace serial
{
CodingParams::CodingParams()
- : m_BasePointUint64(0), m_CoordBits(30)
+ : m_BasePointUint64(0), m_CoordBits(POINT_COORD_BITS)
{
m_BasePoint = m2::Uint64ToPointU(m_BasePointUint64);
}