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-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
Added new methods storing intermediate points data to disk Added support for storing coordinates as two signed ints instead two doubles
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 ↵vng
--address_file_name=address.txt option.
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, ↵vng
building-address).
2015-09-23[generator] Do not mix natural-coastline with natural-land and place-island:vng
- "natural-land" - fills area with background color - "place-island" - draws only name - "natural-coastline" - doesn't duplicate "natural-land".
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 ↵MapsWithMe OSM User
are not merged
2015-09-23Revert "Multithreaded coastlines generation. Second attempt :)"vng
This reverts commit b4369bd56abe70ffdbddd8406f1683b503495c70.
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
POINT, LINEAR and AREA geometry types.
2015-09-23[generator] Revert changes with multithreading generator. There is some bug ↵vng
in logic.
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 ↵vng
should be visible always.
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 ↵vng
generate and get coastlines from different sources.
2015-09-23Make special simplification only for levels that >= ↵vng
scales::GetUpperWorldScale().
2015-09-23Fix coastline feature processing: skip other types and additional checks ↵vng
after types manipulating.
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
Use special simplification (don't remove bound points) in coasts generation algorithm.
2015-09-23Code for full world generation (World.mwm, WorldCoasts.mwm).vng
2015-09-23- Remove old code (mapped ways routine).vng
- Some minor code fixes.
2015-09-23Moved osm_decl.hpp from indexer to generatorAlex Zolotarev
Minor include fixes
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 ↵Alex Zolotarev
[generator_tool]