I'm using the Gmap.NET control to draw routes on maps which works basically fine, but on certain zoom levels it creates those "spikes" on some tour stations. Especially when the way to the station is the same as when leaving it again.
Example with a spike (station 3):
Correct plotting of the route when zooming one level further down:
I hope the problem is clear.
Any ideas what this is and how to handle it?
Edit: This is one of the routes creating the issue. stations:
0 = 53.42853, 9.94964
1 = 53.4234, 10.0205
2 = 53.36294, 9.98961
3 = 53.22015, 10.17786
4 = 53.23748, 10.15987
5 = 53.42853, 9.94964
And the whole routing: https://nopaste.xyz/?272dc860d24033de#GqwkHCVP88IB/SdXzJFzTCSJqjfdM7cX20/qoyCOVbY=
Thank you, Michel.