From 6f84812903f8a316895df86e71f8e031256df51f Mon Sep 17 00:00:00 2001 From: Antoine Giret Date: Fri, 20 Apr 2018 09:51:16 +0200 Subject: [PATCH] Update profiles.md --- docs/profiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/profiles.md b/docs/profiles.md index 49beff30396..248e9cb526c 100644 --- a/docs/profiles.md +++ b/docs/profiles.md @@ -224,8 +224,8 @@ source_highway_turn_classification | Read | Integer | source_access_turn_classification | Read | Integer | Classification based on access tag defined by user during setup. (default when not set: 0, allowed classification values are: 0-15)) source_speed | Read | Integer | Speed on this source road in km/h source_priority_class | Read | Enum | The type of road priority class of the source. Defined in `include/extractor/guidance/road_classification.hpp` -target_restricted | Read | Boolean | Is it from a restricted access road? (See definition in `process_way`) -target_mode | Read | Enum | Travel mode before the turn. Defined in `include/extractor/travel_mode.hpp` +target_restricted | Read | Boolean | Is the target a restricted access road? (See definition in `process_way`) +target_mode | Read | Enum | Travel mode after the turn. Defined in `include/extractor/travel_mode.hpp` target_is_motorway | Read | Boolean | Is the target road a motorway? target_is_link | Read | Boolean | Is the target road a link? target_number_of_lanes | Read | Integer | How many lanes does the target road have? (default when not tagged: 0)