Document default values of global properties set in profile

This commit is contained in:
Mateusz Loskot 2017-05-12 17:54:15 +02:00 committed by Patrick Niklaus
parent 6bd724fe24
commit 7d58f0ec53

View File

@ -31,12 +31,12 @@ Attribute | Type | Notes
------------------------------|----------|----------------------------------------------------------------------------
weight_name | String | Name used in output for the routing weight property (default 'duration')
weight_precision | Unsigned | Decimal precision of edge weights (default 1)
left_hand_driving | Boolean | Are vehicles assumed to drive on the left? (used in guidance)
use_turn_restrictions | Boolean | Are turn instructions followed?
continue_straight_at_waypoint | Boolean | Must the route continue straight on at a via point, or are U-turns allowed?
left_hand_driving | Boolean | Are vehicles assumed to drive on the left? (used in guidance, default false)
use_turn_restrictions | Boolean | Are turn instructions followed? (default false)
continue_straight_at_waypoint | Boolean | Must the route continue straight on at a via point, or are U-turns allowed? (default true)
max_speed_for_map_matching | Float | Maximum vehicle speed to be assumed in matching (in m/s)
max_turn_weight | Float | Maximum turn penalty weight
force_split_edges | Boolean | True value forces a split of forward and backward edges of extracted ways and guarantees that segment_function will be called for all segments
force_split_edges | Boolean | True value forces a split of forward and backward edges of extracted ways and guarantees that segment_function will be called for all segments (default false)
## way_function