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-23Fix include path for generatorSergey Yershov
2015-09-23Added generator_tool option for set osm data type [xml or o5m]Sergey Yershov
2015-09-23Added in-memory storing intermediate point dataSergey Yershov
2015-09-23Refactoring work with nodes storageSergey Yershov
2015-09-23Add buffered features writeSergey Yershov
2015-09-23[generator] Filter equal place-xxx features nearby.vng
2015-09-23Making mwm with additional info sectionSergey Yershov
2015-09-23Add generator_tool options for work with file instead stdinSergey Yershov
2015-09-23[generator] Better process of parent relation tags for generated feature.vng
2015-09-23[generator] Enhanced area features generation routine. Code cleanup.vng
2015-09-23[generator] Return feature offset in “dat” file section as it’s ID.vng
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23[generator_tool] Refactoring of address file generation. Use --address_file_n...vng
2015-09-23[generator] Additional visibility checks for generating World and countries.vng
2015-09-23[feature] Store house number in "house" field for point features (entrance, b...vng
2015-09-23[generator] Do not mix natural-coastline with natural-land and place-island:vng
2015-09-23[generator] Treat place-island, place-islet as coastlines.vng
2015-09-23[generator] Added -fail_on_coasts flag which will stop generation if coasts a...MapsWithMe OSM User
2015-09-23Revert "Multithreaded coastlines generation. Second attempt :)"vng
2015-09-23Multithreaded coastlines generation. Second attempt :)vng
2015-09-23Fix dummy error.vng
2015-09-23Fix feature's types while generating. Do not include non-drawable types for ...vng
2015-09-23[generator] Revert changes with multithreading generator. There is some bug i...vng
2015-09-23[generator] Some coastline processing tests.vng
2015-09-23[generator] Parallel coastline features generation (--make_coasts).vng
2015-09-23Fix coastlines generation.vng
2015-09-23Factor out #include "classificator.hpp" from "feature_data.hpp".vng
2015-09-23Add some logging.vng
2015-09-23Skip natural-coastline type in IsDrawableForIndex routine. This features shou...vng
2015-09-23Split coast cells by 4 with many polygon points.vng
2015-09-23Modify generation pipeline: add "make_coasts" and "emit_coasts" options to ge...vng
2015-09-23Make special simplification only for levels that >= scales::GetUpperWorldScal...vng
2015-09-23Fix coastline feature processing: skip other types and additional checks afte...vng
2015-09-23Added loggingAlex Zolotarev
2015-09-23Process empty geometry in coastlines generation (FeatureBuilder1).vng
2015-09-23Add simplification routine with specified 'Distance' policy object.vng
2015-09-23Code for full world generation (World.mwm, WorldCoasts.mwm).vng
2015-09-23- Remove old code (mapped ways routine).vng
2015-09-23Moved osm_decl.hpp from indexer to generatorAlex Zolotarev
2015-09-23[linux][mac] Added mmap_reader when reading intermediate dataAlex Zolotarev
2015-09-23[generator_tool] Cleaned up old codeAlex Zolotarev
2015-09-23- Created [generator],[generator_tests] and moved indexer_tool to [generator_...Alex Zolotarev