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 wr

Re: [OSRM-talk] Ferries dot gone?

2016-08-11 Thread Patrick Niklaus
Hey Jürgen, I think you are hitting a change in behavior that occurred between the 4.9 and 5.0 versions. It is not possible to start on ferries anymore. That means if a route over a ferry is not the fastest route, it will not get taken. Combine that with the fact that most ferries don't have a `du

Re: [OSRM-talk] File Portability

2016-08-11 Thread Daniel Patterson
Dylan, That's roughly right. The main problem is that we're simply dumping C++ in-memory data structures to disk. This means that word alignment, byte ordering and data-type sizes need to be the same between machines. Assuming you have that, then it should work fine. We also don't

[OSRM-talk] File Portability

2016-08-11 Thread Dylan Adams
Hi, I'm aware that there are some limits on the portability of OSRM files, as documented on issues #2242 and #1685. I've also seen evidence of workflows that extract/contract on one machine, and distribute the results to other hosts (https://lists.openstreetmap.org/pipermail/osrm-talk/2016-March/0

[OSRM-talk] Ferries dot gone?

2016-08-11 Thread Jürgen Barthel
Hi, we had some trouble lately with OSRM, where both openstreetmap.org/directions/ and http://map.project-osrm.org/ where our mapping expert found that the demo-server was to be fixed. Now on openstreetmap.org/directions/ a lot of routes don't work any more, which I have seen before I opened e

[OSRM-talk] Upgrade OSRM from v4.8.1

2016-08-11 Thread sergi_jini
Hi, I am going to upgrade OSRM back-end. Could you advise which is the preferred and most latest stable version? Many thanks, Sergi ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org https://lists.openstreetmap.org/listinfo/osrm-talk