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:
-rw-r--r--indexer/data_header.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/data_header.cpp b/indexer/data_header.cpp
index 18b03dff0a..f1925173fa 100644
--- a/indexer/data_header.cpp
+++ b/indexer/data_header.cpp
@@ -17,7 +17,7 @@ namespace feature
{
serial::CodingParams DataHeader::GetCodingParams(int scaleIndex) const
{
- return serial::CodingParams(m_codingParams.GetCoordBits() - (m_scales[3] - m_scales[scaleIndex]),
+ return serial::CodingParams(m_codingParams.GetCoordBits() - (m_scales[3] - m_scales[scaleIndex]) / 2,
m_codingParams.GetBasePointUint64());
}