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 (Collapse)Author
2015-09-23Rename some functions according to coding style.vng
2015-09-23Minor formatting changes.vng
2015-09-23Add some functions for coordinates checking.vng
2015-09-23removed GetRectForLevelFixrachytski
2015-09-23[search] Zoom to 9 level, when no any country loaded under serch result.vng
2015-09-23[search] Add suggestions only for input language.vng
2015-09-23[search] Index generation: skip type 'building' for features with no names.vng
2015-09-23[search] Tune dummy viewport constant. Now we have good zoom level on iPad ↵vng
and iPhone.
2015-09-23[search] Use spaces in synonyms. Do map whole synonym string and separate ↵vng
tokens. Fix.
2015-09-23[search] Review categories before release. Need translations.vng
2015-09-23[search] Fix minor bug with search result viewport - select nearest ↵vng
acceptable scale.
2015-09-23[search] Add only categorized features to search index. Do not add some ↵vng
categories of features without names to search index.
2015-09-23[search] Fix bug with viewport for results without name.vng
2015-09-23[search] Fix for search result's viewport.vng
2015-09-23[search] Do not generate index after downloading if it's already exist.vng
2015-09-23[search] Search index generating bug: calculating of area feature center.vng
2015-09-23[search] Simplify logic and fix bug with shared reading of features.vng
2015-09-23[search] Better viewport calculation for results.vng
2015-09-23Add named constants for feature geometry getting.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] Do comparison instead of assert (for safety in floating point ↵vng
calculations).
2015-09-23[search] Do index only for visibly types in MWM. Closed #626.vng
2015-09-23Remove dummy MercatorBounds functions.vng
2015-09-23[search] Category name in native language. Closed #602.vng
2015-09-23[search] Load categories.txt without intermediate strings.vng
2015-09-23[search] Valid feature center point getting (middle point for linear and ↵vng
mass-center for area).
2015-09-23[search] Fix bug with points coding in search index generation.vng
2015-09-23[search] Different constant for Desktop and Modile search index generation.vng
2015-09-23Formatting fixes.vng
2015-09-23[search] Skip features without names, that has place-city (town, region) ↵vng
types, in suggestion trie generation.
2015-09-23Minor changes.vng
2015-09-23Add DebugPrint for feature::TypesHolder.vng
2015-09-23[search] Fix result viewport for features with no any texts.vng
2015-09-23[search] Getting rank and center from trie.vng
2015-09-23[ios] Added input language code to search params, see #601Alex Zolotarev
2015-09-23Replace ReadRaw with ReadVectorOfPOD. Add tests.vng
2015-09-23[search] Fix bug - do not clear feature params when adding suggest tokens to ↵vng
index.
2015-09-23[search] Generate search index with extended info (center point, featureID, ↵vng
rank).
2015-09-23[search] Add separate language edge in trie for categories.vng
2015-09-23[search] Fix lat lon results bug. Closed #523.vng
2015-09-23[search] '-' is not a delimiter in categories. We use it as a separator.vng
2015-09-23Some merging.vng
2015-09-23[styles] New changes from AK.vng
2015-09-23[search] Use protobuf in lite mode for production configuration.vng
2015-09-23[search] High rank for Canada states.vng
2015-09-23Resizing BaseRule id caches at startup. Closes #334rachytski
2015-09-23[search] Take into account Alaska and Hawaii for search rank.vng
2015-09-23[search] Reduce search rank for non-USA states.vng