From c8895dad12d881393d847cb450d940ee3077e2f1 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 23 Jun 2011 15:36:54 +0000 Subject: [PATCH] Re-base circular bbox regressions git-svn-id: http://svn.osgeo.org/postgis/trunk@7453 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/sql-mm-circularstring_expected | 8 ++++---- regress/sql-mm-curvepoly_expected | 8 ++++---- regress/sql-mm-multisurface_expected | 16 ++++++++-------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/regress/sql-mm-circularstring_expected b/regress/sql-mm-circularstring_expected index 2c1482057..e47bfdcf5 100644 --- a/regress/sql-mm-circularstring_expected +++ b/regress/sql-mm-circularstring_expected @@ -97,13 +97,13 @@ ERROR: Exception in LWGEOM2GEOS: curved geometry not supported. ERROR: Exception in LWGEOM2GEOS: curved geometry not supported. ERROR: Exception in LWGEOM2GEOS: curved geometry not supported. envelope01|POLYGON((0 0,0 1.41421356,0.58578644 1.41421356,0.58578644 0,0 0)) -envelope01|POLYGON((-5 0,-5 5,15 5,15 0,-5 0)) +envelope01|POLYGON((-5 -5,-5 5,15 5,15 -5,-5 -5)) envelope02|POLYGON((0 0,0 1.41421356,0.58578644 1.41421356,0.58578644 0,0 0)) -envelope02|POLYGON((-5 0,-5 5,15 5,15 0,-5 0)) +envelope02|POLYGON((-5 -5,-5 5,15 5,15 -5,-5 -5)) envelope03|POLYGON((0 0,0 1.41421356,0.58578644 1.41421356,0.58578644 0,0 0)) -envelope03|POLYGON((-5 0,-5 5,15 5,15 0,-5 0)) +envelope03|POLYGON((-5 -5,-5 5,15 5,15 -5,-5 -5)) envelope04|POLYGON((0 0,0 1.41421356,0.58578644 1.41421356,0.58578644 0,0 0)) -envelope04|POLYGON((-5 0,-5 5,15 5,15 0,-5 0)) +envelope04|POLYGON((-5 -5,-5 5,15 5,15 -5,-5 -5)) public.circularstring.the_geom_4d effectively removed. public.circularstring.the_geom_3dz effectively removed. public.circularstring.the_geom_3dm effectively removed. diff --git a/regress/sql-mm-curvepoly_expected b/regress/sql-mm-curvepoly_expected index c960d7f42..e83543489 100644 --- a/regress/sql-mm-curvepoly_expected +++ b/regress/sql-mm-curvepoly_expected @@ -43,10 +43,10 @@ SRID01|-1 SRID02|-1 SRID03|-1 SRID04|-1 -envelope01|POLYGON((-2 0,-2 2,2 2,2 0,-2 0)) -envelope02|POLYGON((-2 0,-2 2,2 2,2 0,-2 0)) -envelope03|POLYGON((-2 0,-2 2,2 2,2 0,-2 0)) -envelope04|POLYGON((-2 0,-2 2,2 2,2 0,-2 0)) +envelope01|POLYGON((-2 -1,-2 2,2 2,2 -1,-2 -1)) +envelope02|POLYGON((-2 -1,-2 2,2 2,2 -1,-2 -1)) +envelope03|POLYGON((-2 -1,-2 2,2 2,2 -1,-2 -1)) +envelope04|POLYGON((-2 -1,-2 2,2 2,2 -1,-2 -1)) startPoint01|t startPoint02|t startPoint03|t diff --git a/regress/sql-mm-multisurface_expected b/regress/sql-mm-multisurface_expected index ecee4b71b..3cdb3c05e 100644 --- a/regress/sql-mm-multisurface_expected +++ b/regress/sql-mm-multisurface_expected @@ -30,14 +30,14 @@ asewkt01|MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(-2 0,-1 -1,0 0,1 -1,2 0,0 2,-2 asewkt02|MULTISURFACEM(CURVEPOLYGON(CIRCULARSTRING(-2 0 0,-1 -1 2,0 0 4,1 -1 6,2 0 8,0 2 4,-2 0 0),(-1 0 2,0 0.5 4,1 0 6,0 1 4,-1 0 2)),((7 8 8,10 10 5,6 14 1,4 11 6,7 8 8))) asewkt03|MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(-2 0 0,-1 -1 1,0 0 2,1 -1 3,2 0 4,0 2 2,-2 0 0),(-1 0 1,0 0.5 2,1 0 3,0 1 3,-1 0 1)),((7 8 7,10 10 5,6 14 3,4 11 4,7 8 7))) asewkt04|MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(-2 0 0 0,-1 -1 1 2,0 0 2 4,1 -1 3 6,2 0 4 8,0 2 2 4,-2 0 0 0),(-1 0 1 2,0 0.5 2 4,1 0 3 6,0 1 3 4,-1 0 1 2)),((7 8 7 8,10 10 5 5,6 14 3 1,4 11 4 6,7 8 7 8))) -box2d01|BOX(-2 0,10 14) -box2d02|BOX(-2 0,10 14) -box2d03|BOX(-2 0,10 14) -box2d04|BOX(-2 0,10 14) -box3d01|BOX3D(-2 0 0,10 14 0) -box3d02|BOX3D(-2 0 0,10 14 0) -box3d03|BOX3D(-2 0 0,10 14 7) -box3d04|BOX3D(-2 0 0,10 14 7) +box2d01|BOX(-2 -1,10 14) +box2d02|BOX(-2 -1,10 14) +box2d03|BOX(-2 -1,10 14) +box2d04|BOX(-2 -1,10 14) +box3d01|BOX3D(-2 -1 0,10 14 0) +box3d02|BOX3D(-2 -1 0,10 14 0) +box3d03|BOX3D(-2 -1 0,10 14 7) +box3d04|BOX3D(-2 -1 0,10 14 7) ERROR: Exception in LWGEOM2GEOS: curved geometry not supported. ERROR: Exception in LWGEOM2GEOS: curved geometry not supported. ERROR: Exception in LWGEOM2GEOS: curved geometry not supported. -- 2.50.1