We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c842ae7 commit 5756025Copy full SHA for 5756025
test/sql/geos/st_maximuminscribedcircle.test
@@ -3,7 +3,7 @@ require spatial
3
query I
4
SELECT st_maximuminscribedcircle('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::GEOMETRY);
5
----
6
-{'center': POINT (0.5 0.5), 'nearest': POINT (0.5 0), 'radius': 0.5}
+{'center': 'POINT (0.5 0.5)', 'nearest': 'POINT (0.5 0)', 'radius': 0.5}
7
8
statement error
9
SELECT st_maximuminscribedcircle('POLYGON EMPTY'::GEOMETRY);
0 commit comments