Merge branch 'develop' into bg-prepare

This commit is contained in:
Adam Wulkiewicz
2021-10-27 15:43:14 +02:00
297 changed files with 7601 additions and 5052 deletions

View File

@@ -32,7 +32,7 @@ int main()
// if the invalidity is only due to lack of closing points and/or wrongly oriented rings, then bg::correct can fix it
bool could_be_fixed = (failure == boost::geometry::failure_not_closed
|| boost::geometry::failure_wrong_orientation);
|| failure == boost::geometry::failure_wrong_orientation);
std::cout << "is valid? " << (valid ? "yes" : "no") << std::endl;
if (! valid)
{