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-11-13Review fixes.vng
2015-11-13[generator] Fixed bug with missing building-address.vng
2015-10-29[generator] Replace params.flats with metadata string, also do not skip seamarksIlya Zverev
2015-09-23[generator] Fixed subway processing for London and Rome.vng
2015-09-23[generator] Process railway-station-subway for some special cities.vng
2015-09-23Result types count outputSergey Yershov
2015-09-23Leave feature type as-is even if name is empty.vng
2015-09-23[metadata] Renaming (refactoring) according to code style.vng
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Use range base for in feature::TypesHolder.vng
2015-09-23[generator] Filter equal place-xxx features nearby.vng
2015-09-23Moved work with metadata to separated filesSergey Yershov
2015-09-23Making mwm with additional info sectionSergey Yershov
2015-09-23Add read/write temporary feature state with additional infoSergey Yershov
2015-09-23Removed duplicating enums.vng
2015-09-23[generator][classificator] Factor out additional tags for highways as the sep...vng
2015-09-23Made FeatureParams::GetTypeMask private.vng
2015-09-23[search] Refactored emitting final search results.vng
2015-09-23[generator] Remove names for "boundary-administrative-*" features.vng
2015-09-23[generator] Better house name and house number accumulating.vng
2015-09-23[generator_tool] Refactoring of address file generation. Use --address_file_n...vng
2015-09-23[search] Added basic code to extract addresses for search unit testsAlex Zolotarev
2015-09-23[feature] Store house number in "house" field for point features (entrance, b...vng
2015-09-23[generator] Do not mix natural-coastline with natural-land and place-island:vng
2015-09-23[drawer] removed obsolete transparencyDarafei Praliaskouski
2015-09-23[search] Correct zoom for result and fix balloon point for streets.vng
2015-09-23Simple test for styles checking.vng
2015-09-23[generator] store addr:flats and ref for entrancesDarafei Praliaskouski
2015-09-23Return better feature type than "building" if feature has many choices.vng
2015-09-23Full logging of FeatureBuilder1.vng
2015-09-23Fix generator error with types skipping.vng
2015-09-23[generator] Fix bug with skipping types for inner boundary relationsvng
2015-09-23Minor formatting changes.vng
2015-09-23[search] Index generation: skip type 'building' for features with no names.vng
2015-09-23Fix bug with std::find usage.vng
2015-09-23Replace some code with std::find algorithm.vng
2015-09-23Add DebugPrint for feature::TypesHolder.vng
2015-09-23[search] Fix lat lon results bug. Closed #523.vng
2015-09-23Replace FeatureBase::GetTypesFn with more suitable feature::TypesHolder.vng
2015-09-23Factor out #include "classificator.hpp" from "feature_data.hpp".vng
2015-09-23Renamed debug_print to DebugPrintAlex Zolotarev
2015-09-23Fix empty feature generation (when tesselator returns no triangles).vng
2015-09-23Fix FeatureBuilder1 limit rect routine. Add tests for geometry coding routing.vng
2015-09-23Fix coastline feature processing: skip other types and additional checks afte...vng
2015-09-23Clear parameters (names, ranks, ...) in merged linear features during world m...vng
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23Make clear function names for classificator types.vng
2015-09-23Add types mapping to feature serialization\deserialization.vng
2015-09-23Draw tunnels transparent:vng
2015-09-23addr:housename and addr:housenumber now add separatly.vng