From c0c9ec1c7ba557d0c48375e04e520aad4325a069 Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Mon, 17 Jul 2017 10:01:22 +0200 Subject: [PATCH] changelog, consistent deprecated documentation --- CHANGELOG.md | 1 + docs/http.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c882794..e1079da5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Exposes `alternatives=Number` parameter overload in addition to the boolean flag. - Support for exits numbers and names. New member `exits` in `RouteStep`, based on `junction:ref` on ways - `RouteStep` now has new parameter `classes` that can be set in the profile on each way. + - Deprecated `UseLane`. Use the intersections array if you require lanes between steps - Profiles: - `result.exits` allows you to set a way's exit numbers and names, see [`junction:ref`](http://wiki.openstreetmap.org/wiki/Proposed_features/junction_details) - `ExtractionWay` now as new property `forward_classes` and `backward_classes` that can set in the `way_function`. diff --git a/docs/http.md b/docs/http.md index 17aa599da..772a1ea8d 100644 --- a/docs/http.md +++ b/docs/http.md @@ -657,7 +657,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 -- deprecated, use the intersections information | +| `use lane` | **Deprecated** replaced by lanes on all intersection entries | | `continue` | Turn in direction of `modifier` to stay on the same road | | `roundabout` | traverse roundabout, has additional property `exit` with NR if the roundabout is left. The modifier specifies the direction of entering the roundabout. | | `rotary` | a traffic circle. While very similar to a larger version of a roundabout, it does not necessarily follow roundabout rules for right of way. It can offer `rotary_name` and/or `rotary_pronunciation` parameters (located in the RouteStep object) in addition to the `exit` parameter (located on the StepManeuver object). |