[postgis-users] integrated EMPTY GeometryCollections to postgis (in CVS)

Carl Anderson carl.anderson@vadose.org
Fri Aug 8 01:51:31 2003


Dave,

I think you ran on a bit with the *_gc stuff

in CVS
(postgis_sql_common.sql.in)

setSRID(geometry,int)  calls

    CREATE FUNCTION setSRID(geometry,int4)
         RETURNS geometry
         AS '@MODULE_FILENAME@','geometry_from_text_gc'
         LANGUAGE 'C' WITH (isstrict,iscachable);

should'nt that call 'geometry_from_text' instead??

so that

setSRID('BOX3D .....', ..)
as called by UMN mapserver works.


C.