[postgis-devel] [PostGIS] #645: more raster/scripts/plpgsql st_setarray.sql, st_sevalues, st_union
PostGIS
trac at osgeo.org
Sat Oct 23 15:54:35 PDT 2010
#645: more raster/scripts/plpgsql st_setarray.sql, st_sevalues, st_union
----------------------------+-----------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
I'm guessing these are still a work in progress since there are several
things wrong with them
1) In st_union you have MapAlgebra4... which doesn't start with ST_ like
the other functions
2) You have several places where you have band but don't declare the type
yielding
{{{
ERROR: type band does not exist
}}}
3) The st_setarray.sql contains a function called: huh - ST_SetArea
4) st_sevalues.sql (should be called st_setvalues)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/645>
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