Re: [OSRM-talk] Upgrade OSRM from v4.8.1

2016-08-11 Thread Kerrick Staley
The latest release is 5.3.2: https://github.com/Project-OSRM/osrm-backend/releases Note that the API changed between 4.X and 5.X, so you'll have to change your calling code. See https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md. On Thu, Aug 11, 2016 at 1:03 AM, sergi_jini

[OSRM-talk] Running C++ unit tests

2016-04-20 Thread Kerrick Staley
Noob question: how do I run the C++ unit tests in /unit_tests/? Can't find it documented anywhere and I'm not very familiar with CMake. Thanks, Kerrick ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org

Re: [OSRM-talk] Getting OSMNodeIDs in OSRM

2016-02-01 Thread Kerrick Staley
d have > the lookup table you need to map the NodeIDs you have to the original OSM > values. > > This will require extra RAM, which may or may not be a problem for you. > > daniel > > > On Feb 1, 2016, at 9:03 AM, Kerrick Staley <ksta...@lyft.com> wrote: &g