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[ios][qt] Platform refactoringAlex Zolotarev
2015-09-23Changed countries file format to JSONAlex Zolotarev
2015-09-23Minor renamingAlex Zolotarev
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Removed unused codeAlex Zolotarev
2015-09-23Do not pass polygons with equal first and last points to tesselator.vng
2015-09-23Add some tests for coasts generation.vng
2015-09-23Make special simplification only for levels that >= scales::GetUpperWorldScal...vng
2015-09-23Add correct oceans color.vng
2015-09-23[Reduce mwm size] Store first point once in header for outer linear features.vng
2015-09-23Factor out serial::SavePoint, serial::LoadPoint.vng
2015-09-23[Reduce mwm size] Add dynamic serial::CodingParams (coordinate bits) for diff...vng
2015-09-23Compilation fix: include path.vng
2015-09-23Move tesselator from indexer to generator.vng
2015-09-23Set coastline cell level generation to 7.vng
2015-09-23Fix bug in area polygons filtration.vng
2015-09-23Minor fixes in coastlines features generation.vng
2015-09-23Do not log feature's points.vng
2015-09-23[Experimental] Do not simplify points with equal coordinates.vng
2015-09-23Fix empty feature generation (when tesselator returns no triangles).vng
2015-09-23Fix FeatureBuilder1 limit rect routine. Add tests for geometry coding routing.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 type of map (country, world, world coasts) to mwm header.vng
2015-09-23Do not remove names in coastline features.vng
2015-09-23Make coastline features generation more optimal - don't intersect with region...vng
2015-09-23Added some debug printingAlex Zolotarev
2015-09-23Add simplification routine with specified 'Distance' policy object.vng
2015-09-23Update limit rect in FeatureBuilder1::AddPolygon.vng
2015-09-23Minor feature generation fixes.vng
2015-09-23Code for full world generation (World.mwm, WorldCoasts.mwm).vng
2015-09-23Add override support in FilesContaiterW. Make it's interface more simple.vng
2015-09-23Make FeatureBuilder1 geometry more generic. Now we store the set of polygons ...vng
2015-09-23[generator] Normalize names in --dump_prefixes the same way, as we do it in s...Yury Melnichek
2015-09-23[generator] Prefixes: do not ignore capital letters.Yury Melnichek
2015-09-23[generator] Output sample names in --dump_prefixes.Yury Melnichek
2015-09-23[generator_tool] Added -dump_prefixes for displaying feature name tokens statsAlex Zolotarev
2015-09-23Clear parameters (names, ranks, ...) in merged linear features during world m...vng
2015-09-23Make correct 'name' tag processing.vng
2015-09-23- Remove old code (mapped ways routine).vng
2015-09-23Add support of integer regions intersection (based on "boost\polygon").vng
2015-09-23[Cleanup] Old code with cells data files.vng
2015-09-23Added Osm ID debug output for FeatureBuilder1.Alex Zolotarev
2015-09-23Moved osm_decl.hpp from indexer to generatorAlex Zolotarev
2015-09-23Added logging for sorting featuresAlex Zolotarev
2015-09-23Fix bug in statistic. Choose best geometry for feature size calculating.vng
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23Factor out 'CodingParams' to separate module.vng
2015-09-23Factor out FeatureBuilder to the separate module in 'generator' lib.vng