Adam Wulkiewicz
Adam Wulkiewicz
@vissarion AFAIR polygons that cover less than half of the globe are there because either in setops or buffer the algorithm has to detect the order of points in rings...
I've created VS2022-only release. You can dowload it here: https://github.com/awulkiew/graphical-debugging/releases/tag/v0.50 Please let me know if everything works for you.
Thanks for the report. I can reproduce it (VS2022/msvc-14.3, develop/1.83-beta1). I don't know if it helps but here are the turns:    
Thanks for the report and the update. It's not really a feature of the coordinate system. Rather it's caused by the fact that `d2::point_xy` takes x before y in the...
It seems that this error is generated by Boost.MultiPrecision: https://github.com/boostorg/multiprecision/blob/develop/include/boost/multiprecision/detail/check_cpp11_config.hpp#L33 becasue `BOOST_NO_CXX11_REF_QUALIFIERS` is defined in Boost.Config probably somewhere in this file: https://github.com/boostorg/config/blob/develop/include/boost/config/compiler/visualc.hpp This macro is set when > The compiler...
Thanks, that's interesting! AFAIU the CS-specific operations are closest points, side and area so technically this distance should work in all coordinate systems correct? Do I understand correctly that you...
To clarify, I'm considering whether or not giving it such general name is a good idea. There are various measures of similarity after all. And AFAIU they are not interchangeable....
> Okay, I now have average_distance - which is, in fact, what it is. Would it be possible to calculate the similarity of areal geometries (rings or polygons) this way,...
Right now the extension supports Boost.GIL images. I guess this could be implemented as a user-defined grayscale image with mapped colors.
Right. The vscode extension supports user-defined values but this one doesn't. This should be added here as well. I don't know why it doesn't work with conversion operator. It's probably...