afischerdev

Results 193 comments of 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: ![190_beeline](https://github.com/user-attachments/assets/924b437c-593e-4dc0-9359-8bfd61399f40) 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. ![0-315_new_circle](https://github.com/user-attachments/assets/1483a24f-1efb-461e-87a8-e612a352282c)

There is also an initial idea for a weighted starting direction for the round trips. First build four points around the starting point. ![start](https://github.com/user-attachments/assets/fcde442c-78c8-43ae-a38d-9c9fc767fdcf) Then create a route between these...