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 (Expand)Author
2015-09-23- Created [generator],[generator_tests] and moved indexer_tool to [generator_...Alex Zolotarev
2015-09-23Fix world map generator for different types.vng
2015-09-23Fixed geometry zoom levels for World fileAlex Zolotarev
2015-09-23World features are also duplicated in countries (TODO: disable countries mwm ...Alex Zolotarev
2015-09-23[indexer_tool] Added merge code for boundaries-2Alex Zolotarev
2015-09-23Fix uint64_t -> size_t warning.vng
2015-09-23Don't iterate in "world.mwm" for high zoom levels (>6).vng
2015-09-23Rename DeleteFile -> DeleteFileX. Conflict with "windows.h". Sorry.vng
2015-09-23Refactoring of feature::DataHeader.vng
2015-09-23Fix code when PARALLEL_POLYGONIZER is switched off.vng
2015-09-23Make index multithreaded.Yury Melnichek
2015-09-23Code for feature uniting is more generic now.vng
2015-09-23fixed LOG macros for "natural" use in "if" expressions.rachytski
2015-09-23Fixed compilation warningsAlex Zolotarev
2015-09-23Better area features processing in relations.vng
2015-09-23Use our std headers instead of native <boost/...>vng
2015-09-23Use more robast algorithm for outer-ways processing in relation.vng
2015-09-23Fix bug with empty way-map.vng
2015-09-23Better logging in kml_parser.cppYury Melnichek
2015-09-23Fix compilation on GCC.Yury Melnichek
2015-09-23Minor logging output.Yury Melnichek
2015-09-23Remove verbose logging in kml_parser.cppYury Melnichek
2015-09-23Parallel implementation of Polygonizer.Yury Melnichek
2015-09-23[indexer_tool] Fixed incompatible split_by_polygons and output flagsAlex Zolotarev
2015-09-23Fix bug in area features generation within relationsvng
2015-09-23Fix warning.vng
2015-09-23Added some logging when merging coastlinesAlex Zolotarev
2015-09-23Minor Refactoring for update check notification mechanismAlex Zolotarev
2015-09-23Removed boost:: prefix for bind calls (sometimes bind from tr2 can be used)Alex Zolotarev
2015-09-23Fix GCC build error.vng
2015-09-23Fix nodes-type definition (process relations for nodes only if it hasn't nati...vng
2015-09-23Remove copy-paste.vng
2015-09-23Remove BaseDrawRule::GetStrokeColor. Use only basic interface.vng
2015-09-23GCC build fixes.rachytski
2015-09-23Process united area features in 'multipolygon-relations'.vng
2015-09-23Fix bug in tesselator processing. Sgitess passes triangles in ONE list,vng
2015-09-23Renamed header to hppAlex Zolotarev
2015-09-23Replace vector to buffer_vector where possible in feature's geometry Encoding...vng
2015-09-23Add Clear() method to Query, which allows to use a single query multiple time...Yury Melnichek
2015-09-23Better log output on indexing.Yury Melnichek
2015-09-23Remove outdates TODOs.Yury Melnichek
2015-09-23Store IntervalIndex cache in Query. Should speed up index.Yury Melnichek
2015-09-23Revert "Moved feature_merger to indexer_tool"Alex Zolotarev
2015-09-23Moved feature_merger to indexer_toolAlex Zolotarev
2015-09-23Add ClearCaches() to index.Yury Melnichek
2015-09-23[world generation] Fixed missing lakes and islandsAlex Zolotarev
2015-09-23outline color in BaseRule and text size filtering in DrawerYGrachytski
2015-09-23[indexer_tool] -merge_coastlines set to false by defaultAlex Zolotarev
2015-09-23Improved coastlines merging speedAlex Zolotarev
2015-09-23Minor fixes.vng