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-23[generator] Fixed bug with skipping non-drawable special types.vng
2015-09-23Minor refaсtoring: removed CoordPointT typedef to avoid disambiguate.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-23[generator] Fixed coastline generation.vng
2015-09-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23[storage] Do download .routing file.vng
2015-09-23[generator] Additional checks for —check_mwm mode.vng
2015-09-23Removed duplicating enums.vng
2015-09-23[routing][generator] Added “version” section into .routing index file. It...vng
2015-09-23[routing] Added route-ferry-motorcar type.vng
2015-09-23[generator][routing] Do not simplify highways only in country mom files.vng
2015-09-23[routing][generator] Set equal points epsilon to 2 meters for nodes -> featur...vng
2015-09-23[generator] Added statistics for routing container.vng
2015-09-23[routing] Compress node to feature id index.Denis Koronchik
2015-09-23[generator] Do not simplify roads only for the last geometry scale.Denis Koronchik
2015-09-23[routing] [generator] Using Mapping file container for routing index.Denis Koronchik
2015-09-23[routing][generator] Fix feature segments matchingDenis Koronchik
2015-09-23[routing][generator] Merge neighbor segments for the same osrm node.Denis Koronchik
2015-09-23[routing][generator] Fixed raw osrm node -> feature index.Denis Koronchik
2015-09-23[tmp] Disable line geometry optimization in generator toolDenis Koronchik
2015-09-23[generator] Add mapping from Fid to graph node id (not finished)Denis Koronchik
2015-09-23[routing] Work on route data generationDenis Koronchik
2015-09-23[generator] Enhanced area features generation routine. Code cleanup.vng
2015-09-23[generator] Fixed passing osm ids.vng
2015-09-23[generator][classificator] Factor out additional tags for highways as the sep...vng
2015-09-23[generator] Generate linear and area features for osm object with linear and ...vng
2015-09-23[generator] Convert our .borders files into OSM .poly format with generator_t...Alex Zolotarev
2015-09-23[generator] Cleaned up not needed dependenciesAlex Zolotarev
2015-09-23Minor indentation fixAlex Zolotarev
2015-09-23[classificator]vng
2015-09-23[generator] Generate .mwm.osm2ft file for mapping ways from OSM to Feature ID.vng
2015-09-23Made FeatureParams::GetTypeMask private.vng
2015-09-23[generator] Serialize OSM ids.Alex Zolotarev
2015-09-23[generator] Return feature offset in “dat” file section as it’s ID.vng
2015-09-23[generator] OsmId refactoringAlex Zolotarev
2015-09-23[generator]vng
2015-09-23Removed useless includes.vng
2015-09-23[generator] Process “capital = yes” only tags to get “place-city-capita...vng
2015-09-23Code review fixes.vng
2015-09-23[classificator] Process synonym tags for needed types (atm=yes).vng
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23Base libraries C++11 sources compatibilityAlex Zolotarev
2015-09-23[generator] Add comment to the output, when printing statistics.Yury Melnichek
2015-09-23Fixed serialization bug - inconsistent m_coastCell read/write (it’s not use...Alex Zolotarev
2015-09-23Revert "[test] Don't simplify line feature geometry for the last scale. Neede...Denis Koronchik
2015-09-23[generator] Treat house numbers like “к403” as house names.vng
2015-09-23Code style fixesAlex Zolotarev
2015-09-23- Routing does not depend on searchAlex Zolotarev