[postgis-tickets] [PostGIS] #2233: [raster]: change error could not run alignment test to a warning

PostGIS trac at osgeo.org
Sun Mar 17 18:00:48 PDT 2013


#2233: [raster]: change error could not run alignment test to a warning
-------------------------+--------------------------------------------------
 Reporter:  robe         |       Owner:  dustymugs    
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.4
Component:  raster       |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by dustymugs):

 Can I get the output?  There are only two possible error messages that
 would cause an alignment test failure.

 {{{
 SELECT ST_SameAlignment(
         ST_MakeEmptyRaster(5, 5, 0, 0, 1, -1, 0, 0, 0),
         ST_MakeEmptyRaster(1, 1, 0, 0, 1, -1, 0, 0, 0)
 )
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2233#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-tickets mailing list