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-30Remove stupid comments. Truncate all coordinates to five numbers after decima...Sergey Magidovich
2015-09-30Style: using, variable names, intermediate variables.Sergey Magidovich
2015-09-23[metadata] Renaming (refactoring) according to code style.vng
2015-09-23Mapsme old routing algosLev Dragunov
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Added FeatureType::HasInternet function.vng
2015-09-23Minor code fixes.vng
2015-09-23Moved work with metadata to separated filesSergey Yershov
2015-09-23Making mwm with additional info sectionSergey Yershov
2015-09-23[generator] Do cover feature for the best geometry always, because it’s ind...vng
2015-09-23Minor refaсtoring: removed CoordPointT typedef to avoid disambiguate.vng
2015-09-23[tests] Check that feature has nonempty geometry if it’s stored in geometry...vng
2015-09-23Pretty print of FeatureType.Denis Koronchik
2015-09-23Code style fixesAlex Zolotarev
2015-09-23[routing] Implement path reconstruction function for feature road graph.vng
2015-09-23[routing] Road graph on mwm features.Denis Koronchik
2015-09-23[search] Better house number parsing (take into account American style).vng
2015-09-23[search] Correct zoom for result and fix balloon point for streets.vng
2015-09-23Fix possible bug in feature reading.vng
2015-09-23Get most readable name for users in AddressInfo.vng
2015-09-23[rendering] show house numbers at the end of labels, don't hide iconsDarafei Praliaskouski
2015-09-23feature stylerDarafei Praliaskouski
2015-09-23Framework::GetVisiblePOI is working for symbols now.vng
2015-09-23[search] Fix scoring routine for matched keywords.vng
2015-09-23[search] Implement additional search around locality (like address).vng
2015-09-23- Code style changes.vng
2015-09-23Create feature::LoaderBase once and use it for all loading features - no "new...vng
2015-09-23Framework::GetAddressInfo. Get name and house number separatelyvng
2015-09-23Add named constants for feature geometry getting.vng
2015-09-23Replace FeatureBase::GetTypesFn with more suitable feature::TypesHolder.vng
2015-09-23Show types context menu for right button click on features.vng
2015-09-23Fix warnings and some abuse return type.vng
2015-09-23Changed preferred language algorithm to the new one - now feature has two names:Alex Zolotarev
2015-09-23Add some needed selectors.vng
2015-09-23Skip natural-coastline type in IsDrawableForIndex routine. This features shou...vng
2015-09-23Move GetSearchRank() from FeatureType to an external function.Yury Melnichek
2015-09-23Fix FeatureBuilder1 limit rect routine. Add tests for geometry coding routing.vng
2015-09-23Support old format 1.01 (April 2011).vng
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23Factor out FeatureBuilder to the separate module in 'generator' lib.vng
2015-09-23Fix trie search. !Note! Need to review some @todo.vng
2015-09-23Add FeatureType::GetNamesFn.Yury Melnichek
2015-09-23[search] Add FeatureType::GetSearchRank().Yury Melnichek
2015-09-23Changed language code type from char to int8_tAlex Zolotarev
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Draw road's number.vng
2015-09-23- Don't store names for features with invisible texts.vng
2015-09-23Add more possible input values for GetScaleIndex and dependent functionsvng
2015-09-23Add GetPopulation() to feature.Yury Melnichek
2015-09-23- Fix warning;vng