new description dynamic range

This commit is contained in:
afischerdev 2025-02-25 10:29:53 +01:00
parent bdd20558a7
commit 0f1c6f2d36

View File

@ -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 table exported as CSV. Setting it to true/1, Brouter-web Data page will
list all tags present in the RD5 file. 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 To find the start / end points for a route, BRouter normally uses for all
variable `waypointCatchingRange` with a default value of 250 m. In some 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. 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. 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 This is helpful in areas with less road coverage like in the Arabic world or
similar areas. similar areas.