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
AgeCommit message (Collapse)Author
2015-09-23Create feature::LoaderBase once and use it for all loading features - no ↵vng
"new-delete-shared_ptr" overhead for this.
2015-09-23[search] Add only categorized features to search index. Do not add some ↵vng
categories of features without names to search index.
2015-09-23[search] Do index only for visibly types in MWM. Closed #626.vng
2015-09-23[search] Generate search index with extended info (center point, featureID, ↵vng
rank).
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ↵vng
now is a Reader factory.
2015-09-23Refactoring of feature::DataHeader.vng
Added base point and scales array to header. World and country generation now have different scale ranges.
2015-09-23Comment out some logging.Yury Melnichek
2015-09-23Moved defines.hpp to the project rootAlex Zolotarev
2015-09-23Make saved middle point in mwm for optimal storing of geometry's first points.vng
!Note! Changes (HEADER_FILE_TAG) in feature_sorter.cpp can reproduce ugly bug.
2015-09-23Better geometry sorting.vng
Divide geometry in separate files in files-container.
2015-09-23Add files container everywere for dat, geom, trg, idx.vng
2015-09-23[Refactoring]vng
Divide FeatureBuilder in: - FeatureBuilderGeom (store geometry as-as) - FeatureBuilderGeomRef (store geometry separately) Add FeatureGeomRef as feature with separate geometry.
2015-09-23Add common definition of FeatureType (current feature class), instead of ↵vng
previous feture_t.
2015-09-23[Refactoring]. Divide Feature class to:vng
- FeatureBase (base feature class) - FeatureGeom (store geometry itself) - FeatureGeomRef (in future, store reference to geometry).
2015-09-22One Month In Minsk. Made in Belarus.Alex Zolotarev