From 0f1c6f2d36c323957930ec45734360c4c167feb2 Mon Sep 17 00:00:00 2001 From: afischerdev Date: Tue, 25 Feb 2025 10:29:53 +0100 Subject: [PATCH] new description dynamic range --- docs/developers/profile_developers_guide.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/developers/profile_developers_guide.md b/docs/developers/profile_developers_guide.md index 4ef89b6..d85ad05 100644 --- a/docs/developers/profile_developers_guide.md +++ b/docs/developers/profile_developers_guide.md @@ -116,14 +116,18 @@ Some variable names are pre-defined and accessed by the routing engine: table exported as CSV. Setting it to true/1, Brouter-web Data page will list all tags present in the RD5 file. - - `use_dynamic_range` default=false + - `use_dynamic_range` default=true - To find the start / end points for a route, BRouter normally uses the - variable `waypointCatchingRange` with a default value of 250 m. In some + To find the start / end points for a route, BRouter normally uses for all + waypoint matches the dynamic range logic instead of the variable + `waypointCatchingRange` with a default value of 250 m. In some situations, adding a few meters here is not enough to find a point. With this new variable, it goes deeper and could reach a radius of about 50 km. - From this point, the more distant road connection is established as the beeline - and included in the calculation. + + - `add_beeline` default=false + + This enables on dynamic range search the output for the more distant road connection + as a beeline. This is helpful in areas with less road coverage like in the Arabic world or similar areas.