Closed ahuarte47 closed 6 months ago
https://github.com/duckdb/duckdb_spatial/blob/a62e73ce80db4e136bd169535e2687909fbb048a/spatial/include/spatial/core/geometry/geometry.hpp#L800
I think this should be:
LineString::SetVertex(ring, 1, {minx, maxy});
Thanks! Good catch! I've pushed a fix for it.
I am closing, fix merged. Thanks @Maxxen
https://github.com/duckdb/duckdb_spatial/blob/a62e73ce80db4e136bd169535e2687909fbb048a/spatial/include/spatial/core/geometry/geometry.hpp#L800
I think this should be:
LineString::SetVertex(ring, 1, {minx, maxy});