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-23Remove dummy preprocessor check.vng
2015-09-23Fix bug with adding invalid mwm file to maps container in MwmSet.vng
2015-09-23- Code style changes.vng
2015-09-23[search] Do not index building-address.vng
2015-09-23Minor change.vng
2015-09-23[generator] Fix error typo.vng
2015-09-23[generator] Fix bug with skipping types for inner boundary relationsvng
2015-09-23[generator] Add ramp numbers ("ref" attribute for highway-motorway_junction).vng
2015-09-23Fix some debug print.vng
2015-09-23Create feature::LoaderBase once and use it for all loading features - no "new...vng
2015-09-23Process features with names only for address lookup.vng
2015-09-23Framework::GetAddressInfo. Get name and house number separatelyvng
2015-09-23Move istream, ostream from "fstream.hpp" to "iostream.hpp".vng
2015-09-23Add visibility_tests.vng
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 an...vng
2015-09-23[search] Use spaces in synonyms. Do map whole synonym string and separate tok...vng
2015-09-23[search] Review categories before release. Need translations.vng
2015-09-23[search] Fix minor bug with search result viewport - select nearest acceptabl...vng
2015-09-23[search] Add only categorized features to search index. Do not add some categ...vng
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 calcul...vng
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 mass...vng
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) type...vng
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