[postgis-users] equals function not working correctly

dblasby at openplans.org dblasby at openplans.org
Thu Feb 17 23:15:05 PST 2005


>   id   |                           the_geom
> -------+--------------------------------------------------------------
>  21802 | SRID=4326;MULTIPOLYGON(((-3 -70,-3 85,-3 85,-3 -70,-3 -70)))
> (1 row)

This multipolygon isnt valid - "equals" only works on valid geometries. 
You can probably use the JTS function equalsExact() or the normal
postgresql "=" function.

dave

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/



More information about the postgis-users mailing list