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[generator] fix generation with too-high-zoom featuresDarafei Praliaskouski
2015-09-23- Remove version.pro generating;vng
2015-09-23[generator] Add coasts generator test.vng
2015-09-23Rename some functions according to coding style.vng
2015-09-23Test code for linear and area objects dumping.vng
2015-09-23- Store laguages in mwm header.vng
2015-09-23[Experimental] Use level+1 criterion for small polygons cheking when scale le...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-23Fix dummy bug in coast polygons simplification.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 dummy assert in features generation.vng
2015-09-23Remove unused variable.vng
2015-09-23Fix coordinate bits for world mwm.vng
2015-09-23[ios][qt] Platform refactoringAlex Zolotarev
2015-09-23Do not pass polygons with equal first and last points to tesselator.vng
2015-09-23Make special simplification only for levels that >= scales::GetUpperWorldScal...vng
2015-09-23[Reduce mwm size] Store first point once in header for outer linear features.vng
2015-09-23[Reduce mwm size] Add dynamic serial::CodingParams (coordinate bits) for diff...vng
2015-09-23Move tesselator from indexer to generator.vng
2015-09-23Fix bug in area polygons filtration.vng
2015-09-23Minor fixes in coastlines features generation.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-23Add type of map (country, world, world coasts) to mwm header.vng
2015-09-23Make coastline features generation more optimal - don't intersect with region...vng
2015-09-23Add simplification routine with specified 'Distance' policy object.vng
2015-09-23Minor feature generation fixes.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-23Added logging for sorting featuresAlex Zolotarev
2015-09-23Factor out FeatureBuilder to the separate module in 'generator' lib.vng
2015-09-23[generator_tool] Set sort_features flag by defaultAlex Zolotarev
2015-09-23- Add call FileWriter::Flush() in Writer's dtor.vng
2015-09-23Added "version" tag to mwm file containerAlex Zolotarev
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Replace CHECK to ASSERT for IsPolygonCCW() in feature_sorter.cpp.Yury Melnichek
2015-09-23User 27 bits/coord for normal data and 16 for world map.Yury Melnichek
2015-09-23Pass CodingParams everywhere.Yury Melnichek
2015-09-23Fix area features generation in case of self-intersection polygons.vng
2015-09-23Replace ASSERTs with CHECKs in feature_sorter.Yury Melnichek
2015-09-23- Created [generator],[generator_tests] and moved indexer_tool to [generator_...Alex Zolotarev