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
2017-01-13Fix warnings.Sergey Yershov
2016-03-23Factor out Rank <-> Population functions.vng
2016-03-23[search] Fixed greedy street matching.Yuri Gorshenin
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23[search] house number recognitionKirill Zhdanovich
2015-09-23[search] Factor out feature::IsHouseNumber to separate files.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Factor out #include "classificator.hpp" from "feature_data.hpp".vng
2015-09-23Warning fixAlex Zolotarev
2015-09-23Reverted back scales for countries to 10, 12, 14, 17Alex Zolotarev
2015-09-23[Experimental] Do no skip small coastline polygons with first scale level.vng
2015-09-23Minor fix.vng
2015-09-23Support dynamic scales in mwm header.vng
2015-09-23Factor out serial::SavePoint, serial::LoadPoint.vng
2015-09-23Support old format 1.01 (April 2011).vng
2015-09-23Factor out FeatureBuilder to the separate module in 'generator' lib.vng
2015-09-23- Set world generation scales to 9.vng
- Highway merging during world generation.
2015-09-23Pass CodingParams everywhere.Yury Melnichek
2015-09-23Add scales to filter mwm files in index.vng
2015-09-23Fixed geometry zoom levels for World fileAlex Zolotarev
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-23Remove obsolete feature-points serialization functions.vng
2015-09-23Remove obsolete functions.vng
2015-09-23Build-in new geometry coding API in feature geometry serilization.vng
Only for pathes for a while ...
2015-09-23Warning fixesAlex 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-23Add buffer_vector and use it in FeatureType for geometry storing.vng
2015-09-23Tune simplify scales array.vng
2015-09-23Move processing of inner points into ParseGeometry function.vng
2015-09-23New feature structure with inner and outer geometry.vng
2015-09-23Build index for the best geometry (highest drawable scale).vng
2015-09-23Add some asserts.vng
2015-09-23Built in ReadVarInt64Array for geometry loading.vng
2015-09-23- Geometry and Triangles simplification in features.vng
- Store Geometry and Triangles in different files of files-container for each scale range. - Make small epsilon for simplification. Remark: map_tests doesn't work
2015-09-23Better geometry sorting.vng
Divide geometry in separate files in files-container.