From 49221995e8b58c634c9abcd0867e63cf91493458 Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Tue, 28 Jun 2016 17:53:31 +0200 Subject: [PATCH] add documentation on use lane type --- docs/http.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/http.md b/docs/http.md index 165aa5394..f9f27f798 100644 --- a/docs/http.md +++ b/docs/http.md @@ -498,6 +498,7 @@ step. | `off ramp` | take a ramp to exit a highway (direction given my `modifier`) | | `fork` | take the left/right side at a fork depending on `modifier` | | `end of road` | road ends in a T intersection turn in direction of `modifier`| + | `use lane` | going straight on a specific lane | | `continue` | Turn in direction of `modifier` to stay on the same road | | `roundabout` | traverse roundabout, has additional field `exit` with NR if the roundabout is left. `the modifier specifies the direction of entering the roundabout` | | `rotary` | a larger version of a roundabout, can offer `rotary_name` in addition to the `exit` parameter. |