From f76e3d4522c5a4e8d03aeff0d73041224673e48c Mon Sep 17 00:00:00 2001 From: Johan Uhle Date: Tue, 26 Jul 2016 13:18:01 +0200 Subject: [PATCH] Docs: Clarify turn lanes on missing data After https://github.com/Project-OSRM/osrm-backend/issues/2675#issuecomment-235230198 --- docs/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http.md b/docs/http.md index fca068042..f3d033fbd 100644 --- a/docs/http.md +++ b/docs/http.md @@ -591,7 +591,7 @@ location of the StepManeuver. Further intersections are listed for every cross-w in the direction of driving, the bearing has to be rotated by a value of 180. The value is not supplied for `depart` maneuvers. - `out`: index into the bearings/entry array. Used to extract the bearing just after the turn. Namely, The clockwise angle from true north to the direction of travel immediately after the maneuver/passing the intersection. The value is not supplied for `arrive` maneuvers. -- `lanes`: Array of `Lane` objects that denote the available turn lanes at the turn location +- `lanes`: Array of `Lane` objects that denote the available turn lanes at the intersection. If no lane information is available for an intersection, the `lanes` property will not be present. #### Example ```