[postgis-devel] [PostGIS] #969: [raster] Inconsistent order of named args in ST_MapAlgebra

PostGIS trac at osgeo.org
Thu Jul 21 13:17:51 PDT 2011


#969: [raster] Inconsistent order of named args in ST_MapAlgebra
-----------------------------+----------------------------------------------
  Reporter:  robe            |       Owner:  pracine      
      Type:  defect          |      Status:  reopened     
  Priority:  blocker         |   Milestone:  PostGIS 2.0.0
 Component:  postgis raster  |     Version:  trunk        
Resolution:                  |    Keywords:               
-----------------------------+----------------------------------------------

Comment(by pracine):

 I think the solution would be to drop variant 2:

 st_mapalgebra(rast raster, expression text, pixeltype text)

 which is systematically in conflict with variant 3:

 st_mapalgebra(rast raster, expression text, nodatavalueexpr text DEFAULT
 NULL, pixeltype text DEFAULT NULL)

 robe?

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