Remove excessive parenthesis

This commit is contained in:
Harrissou Sant-anna 2023-04-07 11:39:33 +02:00 committed by Nyall Dawson
parent 772b9234b5
commit a2b2459995

View File

@ -8,7 +8,7 @@
"description": "a geometry. Any non-polygon geometries are returned unchanged."
}],
"examples": [{
"expression": "geom_to_wkt(force_polygon_ccw(geometry:=geom_from_wkt('Polygon ((-1 -1, 0 2, 4 2, 4 0, -1 -1)))')))",
"expression": "geom_to_wkt(force_polygon_ccw(geometry:=geom_from_wkt('Polygon ((-1 -1, 0 2, 4 2, 4 0, -1 -1))')))",
"returns": "'Polygon ((-1 -1, 4 0, 4 2, 0 2, -1 -1))'"
}],
"tags": ["exterior", "clockwise", "respect", "convention", "rings", "counter", "interior", "forces"]