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
2019-01-24[search] Use squares and suburbs as streets in geocoder.tatiana-yan
2019-01-23[search] Improve streets matching for HouseToStreet table.tatiana-yan
2019-01-23[indexer] Fix test MaxDepthCoverSpiralAnatoly Serdtcev
2019-01-23Fix for reviewAnatoly Serdtcev
2019-01-23[indexer] Fix for reviewAnatoly Serdtcev
2019-01-23[indexer] Fix for reviewAnatoly Serdtcev
2019-01-23[indexer] Fix for reviewAnatoly Serdtcev
2019-01-23[indexer] Change API Cover*Anatoly Serdtcev
2019-01-23[indexer] Add commentsAnatoly Serdtcev
2019-01-23[indexer] Fix styleAnatoly Serdtcev
2019-01-23[indexer:tests] Add max depth variants in test MaxDepthCoverSpiralAnatoly Serdtcev
2019-01-23[indexer] Add test MaxDepthCoverSpiralAnatoly Serdtcev
2019-01-23[indexer] Fix cell depth for spiral covererAnatoly Serdtsev
2019-01-21[indexer] Do not force emit junction-roundabout feature type.tatiana-yan
2019-01-18Merge pull request #10217 from tatiana-yan/add_locality_index_testscc-engineering
[indexer][tests] Add tests for LocalityIndex top size.
2019-01-18[indexer] Fix admix of South America search cells in ForClosestToPoint()Anatoly Serdtcev
2019-01-17[indexer][tests] Add tests for LocalityIndex top size.tatiana-yan
2019-01-09Removed viator code (#9917)Aleksandr Zatsepin
* Removed viator code from core, android and ios. * Removed redundant viator strings * [android][ios] Generated localizations
2018-12-26[coding] Move Elias-Fano based map encoding/decoding to coding library.tatiana-yan
2018-12-21[generator] Review fixesMaksim Andrianov
2018-12-21[generator] Added types for IsPopularityPlaceChecker()Maksim Andrianov
2018-12-21[generator] Added generation popularity src.Maksim Andrianov
2018-12-13[coding] Renamed the StringUtf8Multilang files.Maxim Pimenov
Also added some documentation on how StringUtf8Multilang is stored.
2018-12-12[generator] Fixed description section builder testsMaksim Andrianov
2018-12-06[descriptions] Feature description reading for the place page.Daria Volvenkova
2018-12-06[indexer] Add BarndsHolder.tatiana-yan
2018-12-06[indexer] Add metadata key for brand. Minor fixes.tatiana-yan
2018-12-03[generator] Added wikipedia descriptions generation.Maksim Andrianov
2018-11-30[routing] Speed Cameras review fixesMikhail Gorbushin
2018-11-30[routing] Refact speed cameras, add beep signal, add different zones, create ↵Mikhail Gorbushin
SpeedCameraManager for RoutingManager
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
2018-11-29[indexer][generator] Do not parse special metadata types from OSM.tatiana-yan
fixup
2018-11-28[index][generator] Separate TypeAlways exist. Distinguish always existing ↵tatiana-yan
types from nondrawable types which we do not want to remove.
2018-11-28[geocoder] UTF-8 everywhere.Maxim Pimenov
2018-11-26[coding] Removed the CellId epsilon.Maxim Pimenov
In was used as eps in meters in some cases and eps in mercator in others. Its value was hard to justify and so were its use cases. We're better off with less epsilons for now. Also renamed Metres to Meters in the mercator code.
2018-11-23Review fixes.Maxim Pimenov
2018-11-23[coding] Moved functions that encode points to one common file.Maxim Pimenov
2018-11-19[indexer] move back all cuisines types for SortBySpec methodArsentiy Milchakov
2018-11-19[notifications][android][ios] Map object events are supported on platforms.Arsentiy Milchakov
2018-11-19[search] Faster GetAddress for ranker and reverse geocoding.tatiana-yan
2018-11-19[indexer] Do not stop ForClosestToPoint at the middle of the central cell ↵tatiana-yan
processing.
2018-11-14[search][map] Use custom icons for cafe/bar/restaurant/.. in search.tatiana-yan
2018-11-14[index] Make IsEatChecker consistent with new eat category.tatiana-yan
2018-10-16[indexer] Remove Classificator::SortClassificator()tatiana-yan
2018-10-16[test] Fix classificator load in tests.tatiana-yan
2018-10-16[indexer] Add classificator tests.tatiana-yan
2018-10-12[indexer] Move Classificator private methods to the bottom.tatiana-yan
2018-10-12[search] Add place-city-* and place-town-* to LocalitiesSource, i.e. ↵tatiana-yan
place-city-capital, place-city-capital-[2..10].
2018-10-12[generator] Added geo_objects kv for houses without addresses.Maksim Andrianov
2018-10-12Generating city_roads section based on cities, town and villages.Vladimir Byko-Ianko