Closed ebocher closed 5 months ago
A function to snap a geometry to itself
SELECT ST_SnapToSelf('POLYGON ((0 0, 1 1, 2 1, 3 0.5, 2 -3, 3 0.499, 0 0))'::GEOMETRY, 0.001)
Input
Output
A function to snap a geometry to itself
Input
Output