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
2017-10-20TransitInfo minor improvements: ASSERT for edge typetatiana-kondakova
2017-10-20Add TransitInfo to RouteSegment to draw transit route properly: review fixes.tatiana-kondakova
2017-10-20Add TransitInfo to RouteSegment to draw transit route properlytatiana-kondakova
2017-10-20Types of shape id and line id are updated in transit graph.Daria Volvenkova
2017-10-20Keeping osm id and feature id in FeatureIdentifiers to make code more ↵Vladimir Byko-Ianko
understandable.
2017-10-20Changing type param to OsmId at constructors of Gate and Stop.Vladimir Byko-Ianko
2017-10-20Review fixes.Vladimir Byko-Ianko
2017-10-20Minor fixes.Vladimir Byko-Ianko
2017-10-20Passing OsmIdToFeatureIdsMap by const ref.Vladimir Byko-Ianko
2017-10-20Adding a special type for osm id to parse it from strings at transit graph.Vladimir Byko-Ianko
2017-10-20Test that osm id in transit graph json can be maximum of uint64_tVladimir Byko-Ianko
2017-10-20Processing string osm id and convertion from osm id to feature id.Vladimir Byko-Ianko
2017-10-20Passing mapping from osm id to feature ids to json deserializer for transit.Vladimir Byko-Ianko
2017-10-19Review fixes.Yuri Gorshenin
2017-10-19[pysearch] Get rid of Storage.Yuri Gorshenin
2017-10-19[build] Fixed build of pybindings with desktop.Yuri Gorshenin
2017-10-19Add comparison feature to the evaluation tool. Fix lcs.Sergey Magidovich
2017-10-19[generator] Create osm2ft files for the whole planet alsoIlya Zverev
2017-10-18Minor renaming in transit graph.Daria Volvenkova
2017-10-18[feature_list] Fixed feature_list build.Yuri Gorshenin
2017-10-18Types of osm_id and interchange_node_id updated in transit graph.Daria Volvenkova
2017-10-18Review fixes.Vladimir Byko-Ianko
2017-10-18Generation transit edge weight on generation stage.Vladimir Byko-Ianko
2017-10-18Renaming file with transit max speed and moving transit max speed to transit ↵Vladimir Byko-Ianko
namespace.
2017-10-18Trasnit data structures validation.Vladimir Byko-Ianko
2017-10-18Getting rid of TransitGraph::m_edgeToSegment and transit::Edge::operator<tatiana-kondakova
2017-10-18Fixed warningVladiMihaylenko
2017-10-17Review fixes.Yuri Gorshenin
2017-10-17[search] Usage of CitiesBoundaries in LocalityFinder.Yuri Gorshenin
2017-10-17Workaround to avoid invarian violation while transit section does not have ↵tatiana-kondakova
weights.
2017-10-17Review fixes.Vladimir Byko-Ianko
2017-10-17git-clang-formatVladimir Byko-Ianko
2017-10-17Using varint for uint32_t, uint64_t, int32_t, int64_tVladimir Byko-Ianko
2017-10-17Review fixes.Vladimir Byko-Ianko
2017-10-17Changing anchors type from string to uint8_t.Vladimir Byko-Ianko
2017-10-17Tests on deserializing from json, serializing, deserializing title anchors ↵Vladimir Byko-Ianko
in transit section.
2017-10-17Deserializing from json, serializing, deserializing title anchors in transit ↵Vladimir Byko-Ianko
section.
2017-10-17Use nearest pedestrian segment stored in mwm for transit to real mappingtatiana-kondakova
2017-10-17Review fixesr.kuznetsov
2017-10-17Refactored route renderingr.kuznetsov
2017-10-17Create transit world graphtatiana-kondakova
2017-10-17Renaming start_stop_id to stop1_id and finish_stop_id to stop2_id at transit ↵Vladimir Byko-Ianko
json.
2017-10-17Review fixes.Vladimir Byko-Ianko
2017-10-17Making transit data type visitors private.Vladimir Byko-Ianko
2017-10-17Review fixes.Vladimir Byko-Ianko
2017-10-17Looking for the best segment near gate point and keeping it in mwm.Vladimir Byko-Ianko
2017-10-17Moving routing_helpers.hpp and routing_helpers.cpp from map to storage.Vladimir Byko-Ianko
2017-10-17Moving num_mwm_id.hpp to routing_common.Vladimir Byko-Ianko
2017-10-17TransitGraphLoader implementation: review fixestatiana-kondakova
2017-10-17TransitGraphLoader implementationtatiana-kondakova