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-23Add --dump_search_tokens to generator_tool.Yury Melnichek
2015-09-23Add serialized country polygons for 'feature belongs to country' routine.vng
2015-09-23[Experimental] Use level+1 criterion for small polygons cheking when scale le...vng
2015-09-23Store countries name without file extension in CountryFile.vng
2015-09-23Add scales printing to --calc_statistics.vng
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-23Fix coasts polygons simplification - do correct BoundsDistance in all world s...vng
2015-09-23Add temporary test for row WorldCoasts.mwm data.vng
2015-09-23Fix dummy bug in coast polygons simplification.vng
2015-09-23Fix getting of cell's name and id for coastlines.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-23Fix bug in feature to country emitting. Check points for all polygons. vng
2015-09-23[Experimental] Filter tags witn 'no' value during feature type recognition.vng
2015-09-23Fix dummy assert in features generation.vng
2015-09-23Modify coasts generation algorithm.vng
2015-09-23Add more tesselator tests for odd triangulation.vng
2015-09-23Drawing rules making routine.vng
2015-09-23Revert experimental changes with continents triangulation.vng
2015-09-23Modify generation pipeline: add "make_coasts" and "emit_coasts" options to ge...vng
2015-09-23Fix dummy error in coasts generation.vng
2015-09-23Remove unused variable.vng
2015-09-23[Experimental] Tesselate all continents with inner lakes. Use triangles to ge...vng
2015-09-23Fix coordinate bits for world mwm.vng
2015-09-23Warning fixAlex Zolotarev
2015-09-23Library dependencies optimizationAlex Zolotarev
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