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-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23[search] Logic refactoring: search only in current viewport (or only around p...vng
2015-09-23Developing infrastucture for launching integration tests and unit tests for A...Vladimir Byko-Ianko
2015-09-23Fix include path for searchSergey Yershov
2015-09-23Use range base for in feature::TypesHolder.vng
2015-09-23[search] Remove dummy assert.vng
2015-09-23[localizations] Split languages for data and for categories, they should be d...Alex Zolotarev
2015-09-23[search] Refactored emitting final search results.vng
2015-09-23Use one static instance of IsStreetChecker.vng
2015-09-23- Routing does not depend on searchAlex Zolotarev
2015-09-23Added convenience static method m2::PointD MercatorBounds::FromLatLon(lat, lon)Alex Zolotarev
2015-09-23[search] More dispersed viewport results on the map.vng
2015-09-23[search] Show up to 200 results in viewport.vng
2015-09-23Added helper functions to coordinates formattingAlex Zolotarev
2015-09-23[search] Implement suggestions for countries, cities, streets.vng
2015-09-23[search]vng
2015-09-23[search] Refactoring of MWM full test.vng
2015-09-23[search] Fixed bugs house search.Kirill Zhdanovich
2015-09-23[search] Minor refactoring and code cleanup.Kirill Zhdanovich
2015-09-23[search] Built-in house search in main engine (initial commit).vng
2015-09-23[search] Use fixed digits after comma (5) for coordinates conversion.vng
2015-09-23[search] Optimization: use calculated point from search trie for non-point fe...vng
2015-09-23[search] Correct zoom for result and fix balloon point for streets.vng
2015-09-23[scales] correct zoom calculation for non-tiled policiesDarafei Praliaskouski
2015-09-23Minor changes.vng
2015-09-23[search] Fix bug with incorrect streets filtering with equal names. Fix resul...vng
2015-09-23[search] Temporary solution: sort results by it's real distance for AROUND_PO...vng
2015-09-23Return better feature type than "building" if feature has many choices.vng
2015-09-23Get raw types in Framework::GetAddressInfo if no types matched in categories.vng
2015-09-23Fix types getting in Framework::GetAddressInfo.vng
2015-09-23[search] Show best preffered type when matching by category.vng
2015-09-23[search] Better LessXXX functors for intermediate results.vng
2015-09-23[search] Better sort criteria for LessViewportDistance.vng
2015-09-23[search] Fix bug of center and viewport calculation for results.vng
2015-09-23Minor changes.vng
2015-09-23[search] Better viewport calculation for results.vng
2015-09-23[search] Process feature types like 2-level types (trim 3 level).vng
2015-09-23Fix bug with std::find usage.vng
2015-09-23Replace some code with std::find algorithm.vng
2015-09-23[search] Show flag and region for lat-lon results.vng
2015-09-23[search] Fix bug - show flag for countries.vng
2015-09-23[search] Category name in native language. Closed #602.vng
2015-09-23[search] Do not get region for "continent" and "country".vng
2015-09-23[search] Fix bug with equal results.vng
2015-09-23[search] Divide IntermediateResukt into PreResult1 and PreResult2. Do not loa...vng
2015-09-23[search] Getting rank and center from trie.vng
2015-09-23[search] Fix maximum rank value for intermediate results.vng
2015-09-23[search] Get region for all feature types by center of limit rect.vng
2015-09-23[search] Fix lat lon results bug. Closed #523.vng
2015-09-23[search] Fix bug with suggestion priority.vng