afischerdev
afischerdev
@mcliquid Thanks for your suggestion. - route length limit: BRouter works for roundtrip with a distance and a direction to start. I think it could be client function to calculate...
@devemux86 > allowSamewayback=1 should be like the old routing where we allow the same way back. Then allowSamewayback=0 is the new option we meant to implement in normal routing. May...
@devemux86 > avoid using the same roads This is done by using ``` profile:correctMisplacedViaPoints=1 - switch the check on profile:correctMisplacedViaPointsDistance=250 - stops going back on around 250 m, =0 don't...
@devemux86 > What is a waypoint with radius but with isNogo false? If it is not a no-go, what is it? The standard for a waypoint is isNogo=false. Please see...
@mcliquid I think I jumped to short with my answer. The profile can help with better route finding for elevation or 'green area'. But in this round trip calculation the...
@devemux86 Yes, same rule as before. But I would use `profile:correctMisplacedViaPointsDistance=0` to get out the maximum points.
@devemux86 I'll have a look.
@devemux86 This should bring better results. But it is not yet optimal. I hope with a 'green filter' it will start more in the North. Last version:  New version...
In this version I changed to a new function for finding travelling points. More like a semi circle, with 4 extra points and without nogo in center. 
There is also an initial idea for a weighted starting direction for the round trips. First build four points around the starting point.  Then create a route between these...