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-23Route update call with no route fix.Lev Dragunov
2015-09-23RouteFollower crash fix on change routing engine.Lev Dragunov
2015-09-23OSRM router crash fix.Lev Dragunov
2015-09-23PR fixes.Lev Dragunov
2015-09-23Routing settings keep pedestrian flag.Lev Dragunov
2015-09-23Router follower for pedestrian simplyfy road.Lev Dragunov
2015-09-23Added route clipping in following moder.kuznetsov
2015-09-23Pass polyline point back as output parameterConstantin Shalnev
2015-09-23Use units in function namesConstantin Shalnev
2015-09-23Some functions and params were renamed with better understandable namesConstantin Shalnev
2015-09-23Show pedestrian direction before a maneuver in distance 10 metersConstantin Shalnev
2015-09-23Removing a dependence routing unit from map unit.Vladimir Byko-Ianko
2015-09-23Minor corrections.Vladimir Byko-Ianko
2015-09-23Corrections after colleagues comments.Vladimir Byko-Ianko
2015-09-23Different routers get an ability to have different properties which can be us...Vladimir Byko-Ianko
2015-09-23Corrections after Viktors comments.Vladimir Byko-Ianko
2015-09-23Corrections after colleagues commentsVladimir Byko-Ianko
2015-09-23Turn voice notification. C++ part.Vladimir Byko-Ianko
2015-09-23Minor corrections.Vladimir Byko-Ianko
2015-09-23Corrections after colleagues comments. Next portion.Vladimir Byko-Ianko
2015-09-23Corrections after colleagues comments.Vladimir Byko-Ianko
2015-09-23The turn functionality is moved to the turn_generator unit.Vladimir Byko-Ianko
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Fixing after colleagues comments.Vladimir Byko-Ianko
2015-09-23Generating and passing through jni information about lanes which are recommen...Vladimir Byko-Ianko
2015-09-23Refactoring. Using enum class instead of enum for TurnDirection. Making the c...Vladimir Byko-Ianko
2015-09-23Fix after colleagues commentsVladimir Byko-Ianko
2015-09-23Fix include path for routingSergey Yershov
2015-09-23Absent routing files interface for platform dependent codeLev Dragunov
2015-09-23Crash and memory leak was fixed.Vladimir Byko-Ianko
2015-09-23Hiding the navigation route after current position. Bugfix with arrows on the...Vladimir Byko-Ianko
2015-09-23Drawing turn-arrows under the navigation route was implemented.Vladimir Byko-Ianko
2015-09-23Replace DistanceOnEarth fn call with more convenient one.vng
2015-09-23Bugfix. Multithreading. Reading router data from one thread while writing it ...Vladimir Byko-Ianko
2015-09-23Refactoring GetTurn and GetTime methods.Vladimir Byko-Ianko
2015-09-23Adding ASSERT to check if m_turns is not empty in Route::GetTurnsVladimir Byko-Ianko
2015-09-23Matching bearing while route matchingVladimir Byko-Ianko
2015-09-23Bugfix. Crash in GetTime(). Dividing by zero. This crash was reproduced somet...Vladimir Byko-Ianko
2015-09-23Methods for extracting road geometry near turns were implemented. ON_ROAD_TOL...Vladimir Byko-Ianko
2015-09-23[routing] Work on remaining time updateDenis Koronchik
2015-09-23Route matching was implementedVladimir Byko-Ianko
2015-09-23[routing][framework] Add functions to get next turn information and route timeDenis Koronchik
2015-09-23[routing] Add time calculationDenis Koronchik
2015-09-23[routing] Add turn instructionsDenis Koronchik
2015-09-23[routing] Fix error with route search run when start and end osrm nodes equalDenis Koronchik
2015-09-23[routing] Dummy typo fix.vng
2015-09-23Review fixes.vng
2015-09-23[routing] Calculate projection on route only once, to avoid overhead in inter...vng
2015-09-23[android] Filter compass values before emit into Framework via nv-queue. Adde...vng
2015-09-23[routing] Calculate distance to the end of a route.vng