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-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-23[search] Fix order for PreResult1 before reading features.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-23[search] Category name in native language. Closed #602.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 lat lon results bug. Closed #523.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-23Replace FeatureBase::GetTypesFn with more suitable feature::TypesHolder.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-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] Filter equal result from different mwms. Filter equal linear feature...vng
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-23[search] Return name that matches best.Yury Melnichek
2015-09-23[search] For now, rank by search rank only.Yury Melnichek
2015-09-23[search] For now, rank search results by distance only.Yury Melnichek
2015-09-23[search] Simple category scoring by minimal prefix to show category name.Yury Melnichek
2015-09-23[search] Match names of categories from categories.txtYury Melnichek
2015-09-23[search] Don't output results without scoring.Yury Melnichek
2015-09-23[search] Add angle from center of viewport to the return result.Yury Melnichek
2015-09-23[search] Calculate distance to search results.Yury Melnichek
2015-09-23[search] Introduce different types of results.Yury Melnichek
2015-09-23[search] Use feature::MinDrawableScaleForText().Yury Melnichek
2015-09-23[search] Order feature by the lowest zoom level, when feature is visible. TOD...Yury Melnichek
2015-09-23[search] Introduce IntermediateResult.Yury Melnichek