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-03-14 11:10:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:34 +0300
commit221d3d99da351bddd4c82f9fc553737eb458025f (patch)
treec45c9981941fec357f910fd7dae65d0ec484f1fd /indexer/feature_processor.hpp
parent25ea1267b48898b89681b93a5f371232fc79b711 (diff)
Refactoring of feature::DataHeader.
Added base point and scales array to header. World and country generation now have different scale ranges.
Diffstat (limited to 'indexer/feature_processor.hpp')
-rw-r--r--indexer/feature_processor.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indexer/feature_processor.hpp b/indexer/feature_processor.hpp
index f2cbcf443a..7c36b1ba30 100644
--- a/indexer/feature_processor.hpp
+++ b/indexer/feature_processor.hpp
@@ -34,10 +34,7 @@ namespace feature
FileReader reader(fName);
ReaderSource<FileReader> src(reader);
- // skip header
- uint64_t currPos = feature::GetSkipHeaderSize(reader);
- src.Skip(currPos);
-
+ uint64_t currPos = 0;
uint64_t const fSize = reader.Size();
// read features one by one