brouter icon indicating copy to clipboard operation
brouter copied to clipboard

Change dynamic range meaning

Open afischerdev opened this issue 1 year ago • 4 comments

Update for #762 to enable dynamic range for all waypoint matches.

afischerdev avatar Feb 25 '25 09:02 afischerdev

@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".

devemux86 avatar Feb 25 '25 13:02 devemux86

@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 avatar Feb 25 '25 13:02 devemux86

@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 avatar Feb 25 '25 15:02 afischerdev

@afischerdev Thanks for the examples, now it is clear. :+1:

devemux86 avatar Feb 25 '25 15:02 devemux86