afischerdev
afischerdev
@abdullahO2 Did you find the time to test the last published version on test server? And if so ready for publishing?
@abdullahO2 I couldn't find your break. Anyway: The available memory is very small, but should be alright for a test server. `java -Xmx512m -Xms512m -Xmn64m ...`
@abdullahO2 > If I encounter any further problems, I'll be sure to let you know. That is a good way. So I will merge it. First I added the `assign...
@abdullahO2 When I add a `assign use_dynamic_range = true ` to your sample with trekking profile it works for me. When using it with a car profile then we have...
@devemux86 > Does it add an angle tolerance to the direction (± 20°)? may be better: It replaces the default of 20 with e.g. 45 degree. > Is this something...
@devemux86 > What is this distance? We have two via point and this is the distance start point to via point. > Is it also available in BRouter test server?...
@devemux86 > why would we want to use roundtripDirectionAdd The direction is something like a main angle we want to place the route. E.g. North of parking space But we...
@devemux86 > It would be interesting if the allowSamewayback option could also be available outside of round trips in normal route planning. Yes, I'll prepare that. > Even if we...
Some mere results: The current version (add angle = 20, no misplaced correction) produces this routes (direction 0 to 315, step 45 deg):  the new version runs with an...
The last commits enabled a same way back function for both: normal routing and round trip routing. This will also work when via points are used. But it doesn't necessarily...