[postgis-devel] [PostGIS] #1213: [raster] RT_Intersects test fails
PostGIS
trac at osgeo.org
Sun Oct 2 07:19:59 PDT 2011
#1213: [raster] RT_Intersects test fails
----------------------------+-----------------------------------------------
Reporter: strk | Owner: dustymugs
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Changes (by dustymugs):
* owner: pracine => dustymugs
* status: new => assigned
Comment:
Can you run the following query?
SELECT ST_Intersects(
ST_AddBand(
ST_MakeEmptyRaster(2, 2, -1, -1, 1, 1, 0, 0, 0),
1, '8BUI', 1, 0
),
ST_MakePoint(0, 0)
, 1);
The result should be TRUE. If it is FALSE, is it possible to get the
output from a debug build of PostGIS?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1213#comment:13>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list