geometry icon indicating copy to clipboard operation
geometry copied to clipboard

add robustness test for linestring buffer with flat ends

Open barendgehrels opened this issue 7 months ago • 0 comments

See #1404 It should specifically hunt for and test, in include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp

        if (piece.type == geometry::strategy::buffer::buffered_empty_side)
        {
            return false;

and what would go wrong there in some cases

barendgehrels avatar May 13 '25 19:05 barendgehrels