From: Sandro Santilli Date: Thu, 19 Jan 2012 17:03:07 +0000 (+0000) Subject: Update expected raster intersection results after fix to #852 X-Git-Tag: 2.0.0alpha1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec5bfe1318bc120d69336b02a73d93d251503dc7;p=postgis Update expected raster intersection results after fix to #852 I've carefully checked the cases and where indeed expecting wrong results (the point is very close to the raster's convex hull boundary but slightly outside, ST_Distance reports 1.58882185807825e-14 units) git-svn-id: http://svn.osgeo.org/postgis/trunk@8876 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/rt_spatial_relationship_expected b/raster/test/regress/rt_spatial_relationship_expected index 66e61d0f3..5395071a6 100644 --- a/raster/test/regress/rt_spatial_relationship_expected +++ b/raster/test/regress/rt_spatial_relationship_expected @@ -18,7 +18,7 @@ test 1.1|2|32|t test 1.1|2|33|f test 1.1|2|34|t test 1.1|2|35|t -test 1.1|2|36|t +test 1.1|2|36|f test 1.1|2|41|f test 1.1|2|42|t test 1.1|2|43|t @@ -58,7 +58,7 @@ test 1.3|2|32|t test 1.3|2|33|f test 1.3|2|34|t test 1.3|2|35|t -test 1.3|2|36|t +test 1.3|2|36|f test 1.3|2|41|f test 1.3|2|42|t test 1.3|2|43|t @@ -153,6 +153,7 @@ test 2.3|2|32|POINT(-75.5532328537098 49.2824585505576)|1 test 2.3|2|33|GEOMETRYCOLLECTION EMPTY| test 2.3|2|34|POINT(-75.5518328537098 49.2814585505576)|4 test 2.3|2|35|POINT(-75.5523150760919 49.2818643977074)|4 +test 2.3|2|36|GEOMETRYCOLLECTION EMPTY| test 2.3|2|41|GEOMETRYCOLLECTION EMPTY| test 2.3|2|42|LINESTRING(-75.5533120424461 49.2823793618213,-75.5531972042327 49.2824942000347)|1 test 2.3|2|43|LINESTRING(-75.5529884291587 49.2811479840607,-75.5522356128797 49.2815620330142)|3