[OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Thread Stephen Woodbridge
Dennis, What is the maximum number of potential alternate routes I can safely assume will be returned? Or is there no fixed number? Thanks, -Steve ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org

Re: [OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Thread Florian Lohoff
On Mon, Nov 18, 2013 at 11:55:56AM -0500, Stephen Woodbridge wrote: Dennis, What is the maximum number of potential alternate routes I can safely assume will be returned? Or is there no fixed number? Computer says no :) The code says currently only 1 alternative route - at least thats

Re: [OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Thread Stephen Woodbridge
On 11/18/2013 12:05 PM, Florian Lohoff wrote: On Mon, Nov 18, 2013 at 11:55:56AM -0500, Stephen Woodbridge wrote: Dennis, What is the maximum number of potential alternate routes I can safely assume will be returned? Or is there no fixed number? Computer says no :) The code says

Re: [OSRM-talk] What is the maximum number of alternate routes?

2013-11-18 Thread Florian Lohoff
On Mon, Nov 18, 2013 at 12:32:20PM -0500, Stephen Woodbridge wrote: Thank you for looking at the code, I was confused by the fact that: route_geometry: string alternative_geometries:[string,...] So alternative_geometries is plural and it is and array object. And route_geometry is singular