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[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
2015-09-23[search] Remove direction calculating for intermediate results.vng
2015-09-23[search] Take into account empty My Position in distance calculatingvng
2015-09-23[search] Set equal point features distance to 100m instead of 500m.vng
2015-09-23[search] Reduce search rank for non-USA states.vng
2015-09-23[search] Remove calculatin of feature viewport rect in IntermediateResult.vng
2015-09-23Replace FeatureBase::GetTypesFn with more suitable feature::TypesHolder.vng
2015-09-23Factor out #include "classificator.hpp" from "feature_data.hpp".vng
2015-09-23[search] Add "-" to result features with empty names.vng
2015-09-23[search] Result feature type string in 'human' format (using categories).vng
2015-09-23[search] Add flag to final search results. Close #510.vng
2015-09-23CountryInfoGetter::GetRegionInfo - extended country information (name, flag, ...vng
2015-09-23[search] Fix duplicating of different feature types.vng
2015-09-23[search] Filter duplicating "waterway" in output.vng
2015-09-23[search] Add distance from position criteria.vng
2015-09-23[search] Replace unordered_set by vector - speed improvments.vng
2015-09-23[search] Calculate country/region in final results getting.vng
2015-09-23[search] Replace natural distance criteria with viewport distance.vng
2015-09-23[search] Code for multi-criterion results scoring.vng
2015-09-23[search] Minor fix.vng
2015-09-23[search] Filter equal result from different mwms. Filter equal linear feature...vng
2015-09-23[search] Output rank in debug mode.Yury Melnichek
2015-09-23[search] Suggest and match 2-token category names.Yury Melnichek
2015-09-23Fix region name getting from mwm file name.vng
2015-09-23Get strings by reference.vng
2015-09-23Move GetSearchRank() from FeatureType to an external function.Yury Melnichek