Change dynamic range meaning
Update for #762 to enable dynamic range for all waypoint matches.
@afischerdev Very nice improvement! :+1:
With use_dynamic_range now default on and add_beeline off,
route planning with BRouter is now much better and easier without the annoying "marker is too far from a route".
@afischerdev And now we don't have to set a large value in waypointCatchingRange.
So the waypointCatchingRange is now only useful when use_dynamic_range is off?
@devemux86
This variable is still in use.
As before the beelinie is added when the distance is more then waypointCatchingRange
E.g. this against this. both are with
assign add_beeline true
@afischerdev Thanks for the examples, now it is clear. :+1: