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

Carl Anderson carl.anderson at vadose.org
Thu Aug 7 17:51:31 PDT 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.



More information about the postgis-users mailing list