Adam Wulkiewicz
Adam Wulkiewicz
@vschoech Ok, got it. Note that technically this is not a use case for `covered_by(box, multi_polygon)` since what you really need is to check on which side of a linestring...
@barendgehrels Is this fixed in 1.70? I moved this issue to 1.71 without reading the discussion. @heriberto-delgado You could check 1.70 RC1: https://dl.bintray.com/boostorg/release/1.70.0/source/ This is the code that the most...
This probably shouldn't happen. Are you talking about this section: https://github.com/boostorg/geometry/wiki/Contribution-Tutorial#testing-the-development-branch-of-boostgeometry ? For me tests and examples are built in `BOOST_ROOT/bin.v2` directory as all other things in Boost. At least...
How does it work? Geometry depends on various other Boost libraries: https://pdimov.github.io/boostdep-report/boost-1.79.0/geometry.html You have to get at least these dependencies if you want to run the tests, if you don't...
Right, so this is different than what is described in the wiki tutorial where Geometry resides inside modular Boost. For example with your setup you cannot build Geometry together with...
> I understand this might be an intentional design decision. Yes, AFAIU the standard allows only space, see: https://www.ogc.org/standards/sfa page 54 ``` = " " // unicode "U+0020" (space) ```...
> I understand this might be an intentional design decision. Yes, AFAIU the standard allows only space, see: https://www.ogc.org/standards/sfa page 54 ``` = " " // unicode "U+0020" (space) ```...
> I understand this might be an intentional design decision. Yes, AFAIU the standard allows only space, see: https://www.ogc.org/standards/sfa page 54 ``` = " " // unicode "U+0020" (space) ```...
> I understand this might be an intentional design decision. Yes, AFAIU the standard allows only space, see: https://www.ogc.org/standards/sfa page 54 ``` = " " // unicode "U+0020" (space) ```...
@dkondor I think we're leaning more towards keeping the existing behavior of `read_wkt()`. > I can create a pull request for both of these if that's OK with you. Of...