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
2018-04-25[generator] Disable fake types for linesIlya Zverev
2018-04-11[generator] Fix type constructorIlya Zverev
2018-03-29Add FC2018 types and citiesIlya Zverev
2017-06-13[indexer] Check for runtime selectors for static displacementIlya Zverev
2017-01-27[search] Special treatment for internet_access and wheelchair typesIlya Zverev
2017-01-26[generator] Make internet_access type always presentIlya Zverev
2016-12-01[banners] Make sponsored types always visible, add banner categoriesIlya Zverev
2016-07-12[generator] Fix wheelchair typeIlya Zverev
2016-06-09[types] Wheelchair accessibility typeIlya Zverev
2016-05-24[bicycle] Add surface types and testsIlya Zverev
2016-03-23Review fixes.Lev Dragunov
2016-03-23Add shuttle_train features to index.Lev Dragunov
2016-01-22Transform FeatureBase to TypesHolder only onceConstantin Shalnev
2015-12-24Fix dropping building partsSergey Yershov
2015-10-16[feature] Removed old-school type parsing.vng
2015-10-16[generator] Skip features with empty names that have caption-only drawing rules.vng
2015-09-23[generator] Add tests and fix debug runIlya Zverev
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[omim] [indexer] Skip the buckets that are not allowed by classificator.Maxim Pimenov
2015-09-23[omim] [indexer] Reorder indexing: all buckets for a feature instead of all f...Maxim Pimenov
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Use range base for in feature::TypesHolder.vng
2015-09-23[generator] Fixed bug with skipping non-drawable special types.vng
2015-09-23Review fixes.vng
2015-09-23[classificator] Added “junction=roundabout” type for routing algorithm.vng
2015-09-23Minor refactoring - use “initializer_list” for getting classificator types.vng
2015-09-23Removed duplicating enums.vng
2015-09-23[generator] Fixed bug with point drawing types for area objects.vng
2015-09-23Removed dummy debug parameter.vng
2015-09-23[generator] Skip features with helper types only ("oneway").vng
2015-09-23Temporary patch. Do not draw arrows on non-highway features.vng
2015-09-23Warning fixAlex Zolotarev
2015-09-23Simple test for styles checking.vng
2015-09-23[generator] fix generation with too-high-zoom featuresDarafei Praliaskouski
2015-09-23[indexer] Select features as visible on higher zoomsDarafei Praliaskouski
2015-09-23[indexer] don't fail when loading new map, just ignore the new typesDarafei Praliaskouski
2015-09-23[map] unlocked styling for z19Darafei Praliaskouski
2015-09-23Store drawing keys for feature in buffer_vector<16> - speedup feature reading.vng
2015-09-23modified engine for new drulesDarafei Praliaskouski
2015-09-23feature stylerDarafei Praliaskouski
2015-09-23[generator] Avoid duplicating for "place" in closed area features that are tr...vng
2015-09-23Get AddressInfo for feature with visible texts or symbols.vng
2015-09-23Do NOT filter types for area features (They combine all drawing rules).vng
2015-09-23Fix feature's types while generating. Do not include non-drawable types for ...vng
2015-09-23[generator] Add ramp numbers ("ref" attribute for highway-motorway_junction).vng
2015-09-23Process features with names only for address lookup.vng
2015-09-23Rename some functions according to coding style.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 index only for visibly types in MWM. Closed #626.vng