From 57d3f71bf907f9141016daa1c9ae25b97a2df052 Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Wed, 29 Mar 2017 16:13:33 +0200 Subject: [PATCH] added change log entry and documentation --- CHANGELOG.md | 2 ++ docs/profiles.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bceb14b0f..ce0436781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ - .osrm.datasource_index file was removed. Data is now part of .osrm.geometries. - .osrm.edge_lookup was removed. The option `--generate-edge-lookup` does nothing now. - `osrm-contract` does not depend on the `.osrm.fileIndex` file anymore + - Profiles + - Added `split_edges` flag in extracted ways. True value guarantees that segment_function will be called for all segments, but also could double memory consumption # 5.6.3 - Changes from 5.6.0 diff --git a/docs/profiles.md b/docs/profiles.md index 4649bc23c..6ad343fa6 100644 --- a/docs/profiles.md +++ b/docs/profiles.md @@ -64,6 +64,7 @@ backward_restricted | Boolean | " " is_startpoint | Boolean | Can a journey start on this way? (e.g. ferry; if false, prevents snapping the start point to this way) roundabout | Boolean | Is this part of a roundabout? circular | Boolean | Is this part of a non-roundabout circular junction? +split_edges | Boolean | True value forces a split of forward and backward edges of the way and guarantees that segment_function will be called for all segments name | String | Name of the way ref | String | Road number pronunciation | String | Name pronunciation