Barend Gehrels
Barend Gehrels
My code here https://godbolt.org/z/9T6PoePoz
> Areas may give results that seems correct but the generated geometries does not look correct. In some cases there are missing parts (this is reflected in area computations) but...
@awulkiew Andoyer was selected as a good balance between accuracy and speed. So it is quite fast and still (reasonably) precise (but of course not as precise as Vincenty).
@cffk I just answered why it was chosen as the default. Of course it completely depends on the application. If you compare it with haversine it is much much better,...
@awulkiew thanks a lot for the proposal, really good if we go forward with the Umbrella Strategy. I wanted to react earlier already but these things take some time. I...
> Yes it would be possible to dispatch with tags. Thought it would require to > structs implement more and their specializations. AFAIU SFINAE was avoided > in the past...
I have to postpone this issue until rescaling removal is finished. I know that in this usecase rescaling is not used, because integer coordinates are used, but the code changes...
(Oops, sorry for the click on the wrong milestone )
Thanks for the report. As far as I know, for within calculations rescaling is not used? Then it might be influenced by my recent changes indeed. It might be that...
It looks indeed like the start turn can cause this, and also some false positives about validity. Looking at it right now, hope to send a PR soon.