[postgis-devel] [PostGIS] #1422: [raster] Issues with Mapserver and GDAL

PostGIS trac at osgeo.org
Fri Dec 30 10:50:10 PST 2011


#1422: [raster] Issues with Mapserver and GDAL
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by robe):

 Just checked my old Mapserv 6.01 and it writes a query like:


 {{{
 select rid, rast from aerials.o_4_boston where rast ~
 st_setsrid(st_makebox2d(st_point(231686.436174, 895871.024778),
 st_point(231866.436174, 896051.024778)),26986)
 }}}

 Why it creates a single pointed bounding box is beyond me.  That gets
 repeated a lot of times. I may have had mode=2 left out on my 6.1 so will
 have to check that taht was not the culprit of the missing WHERE clauses.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1422#comment:1>
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