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-10-22Minor improvements & comments.Alex Zolotarev
2015-09-30Remove stupid comments. Truncate all coordinates to five numbers after decima...Sergey Magidovich
2015-09-23[metadata] Assign information about available internet for feature.vng
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Added FeatureType::HasInternet function.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-23Removed duplicating enums.vng
2015-09-23Pretty print of FeatureType.Denis Koronchik
2015-09-23[categories] Do correct distinguishing of current language and current locale...vng
2015-09-23Code style fixesAlex Zolotarev
2015-09-23[routing] Implement path reconstruction function for feature road graph.vng
2015-09-23[feature] Store house number in "house" field for point features (entrance, b...vng
2015-09-23[map] use only readable namesDarafei Praliaskouski
2015-09-23Fix possible bug in feature reading.vng
2015-09-23Added ProjectionToSection calculator.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-23[search] Fix scoring routine for matched keywords.vng
2015-09-23[search] Implement additional search around locality (like address).vng
2015-09-23Minor change.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-23Use population rank (height of font) only for place-[city(-capital), town].vng
2015-09-23Fix bug with "junk" int_names drawing.vng
2015-09-23Show types context menu for right button click on features.vng
2015-09-23Changed preferred language algorithm to the new one - now feature has two names:Alex Zolotarev
2015-09-23Compilation speed up by removing unused start/stop_mem_debug includeAlex Zolotarev
2015-09-23Move GetSearchRank() from FeatureType to an external function.Yury Melnichek
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Feature inner statistics zero initialization.vng
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23Factor out 'CodingParams' to separate module.vng
2015-09-23Factor out FeatureBuilder to the separate module in 'generator' lib.vng
2015-09-23Make clear function names for classificator types.vng
2015-09-23[search] Add FeatureType::GetSearchRank().Yury Melnichek
2015-09-23Add types mapping to feature serialization\deserialization.vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Changed language code type from char to int8_tAlex Zolotarev
2015-09-23Add pair<int, int> DrawableScaleRangeForText(). It returns min and max scales.vng
2015-09-23Better GetPopulationRank routine.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-23Moved MAX_SUPPORTED_LANGUAGES constant to defines.hppAlex Zolotarev
2015-09-23Warning and compilation fixesAlex Zolotarev
2015-09-23- Fix FeatureType::GetRank() - don't return rank for countries;vng