Re: [OSRM-talk] Released OSRM 5.14.3

2018-01-03 Thread Daniel Patterson
Hi Mazen, Check out https://github.com/Project-OSRM/osrm-text-instructions which knows how to generate sentences in various languages from the JSON data. daniel On Wed, Jan 3, 2018 at 11:30 AM, Mazen Mrad wrote: > Thanks a lot, now steps are returned, one more request,

Re: [OSRM-talk] Released OSRM 5.14.3

2018-01-03 Thread Mazen Mrad
Thanks a lot, now steps are returned, one more request, anyone have a javascript code to generate full route instructions from the steps objects Mazen On Wed, Jan 3, 2018 at 7:42 PM, Daniel Patterson wrote: > Hi Mazen, > > Please go to http://project-osrm.org/ and click

Re: [OSRM-talk] Released OSRM 5.14.3

2018-01-03 Thread Daniel Patterson
Hi Mazen, Please go to http://project-osrm.org/ and click the "Documentation" link on the main page. This explains how to make requests, what parameters you can supply, and how to interpret the response. My guess is that you need to add `?steps=true` parameter to your requests -

Re: [OSRM-talk] Released OSRM 5.14.3

2018-01-03 Thread Mazen Mrad
So how to get the direction istructions.. please help On 3 Jan 2018 6:37 p.m., "Daniel Patterson" wrote: > Hi Mazen, > > You can ignore the hint object, it contains no user-visible data, and is > not usable on the demoserver. > > daniel > > On Wed, Jan 3, 2018 at 8:08 AM,

Re: [OSRM-talk] Released OSRM 5.14.3

2018-01-03 Thread Daniel Patterson
Hi Mazen, You can ignore the hint object, it contains no user-visible data, and is not usable on the demoserver. daniel On Wed, Jan 3, 2018 at 8:08 AM, Mazen Mrad wrote: > Greetings; > > I am performing a route task using OSRM http api, it is working perfectly, > but i

Re: [OSRM-talk] Released OSRM 5.14.3

2018-01-03 Thread Mazen Mrad
Greetings; I am performing a route task using OSRM http api, it is working perfectly, but i need to extract the directions instructions and am not able to do it using javascript, the hint object in waypoint array is encrypted. Any idea please it is urgent. Thanks On Tue, Jan 2, 2018 at 8:18

[OSRM-talk] Released OSRM 5.14.3

2018-01-02 Thread Michael Krasnyk
Hello, Happy New Year 2018! OSRM patch releases 5.14.2 and 5.14.3 add a new parameter `max_radiuses_map_matching`, change default speed values in Belarus and Ukraine and fix some bugs. The full list of changes is: # 5.14.3 - Changes from 5.14.2: - Bugfixes: - FIXED #4754: U-Turn