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-23Store even invisible feature names to display correct subway-exits titles in ...Alex Zolotarev
2015-09-23Simple test for styles checking.vng
2015-09-23[generator] Remove invisible types and texts in World.mwm features.vng
2015-09-23[generator] store addr:flats and ref for entrancesDarafei Praliaskouski
2015-09-23[generator] Avoid duplicating for "place" in closed area features that are tr...vng
2015-09-23Transform area feature to point feature when no area-only drawing rules found...vng
2015-09-23Full logging of FeatureBuilder1.vng
2015-09-23Get AddressInfo for feature with visible texts or symbols.vng
2015-09-23Experimental: More strict check for inner polygons.vng
2015-09-23Add FeatureBuilder1 test.vng
2015-09-23[generator] Add ramp numbers ("ref" attribute for highway-motorway_junction).vng
2015-09-23Rename some functions according to coding style.vng
2015-09-23Fix getting of cell's name and id for coastlines.vng
2015-09-23Split coast cells by 4 with many polygon points.vng
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
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-23Do not log feature's points.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-23Do not remove names in coastline features.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-23Make FeatureBuilder1 geometry more generic. Now we store the set of polygons ...vng
2015-09-23- Remove old code (mapped ways routine).vng
2015-09-23Added Osm ID debug output for FeatureBuilder1.Alex Zolotarev
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