[postgis-devel] [PostGIS] #348: [wktraster] st_raster_envelope & st_raster_to_box2d return different results
PostGIS
trac at osgeo.org
Tue Dec 15 13:45:59 PST 2009
#348: [wktraster] st_raster_envelope & st_raster_to_box2d return different
results
-----------------------+----------------------------------------------------
Reporter: pracine | Owner: pracine
Type: defect | Status: new
Priority: high | Milestone: WKTRaster 0.1.6
Component: wktraster | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
SELECT ST_AsText(st_raster_envelope(rast)) FROM mytable
UNION ALL
SELECT ST_AsText(st_raster_to_box2d(rast)) FROM mytable
should return two identical lines
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/348>
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