This looks like a related issue: select 'srid=4326;point(3 3)'::geometry union select 'srid=4325;point(3 3)'::geometry
ERROR: Operation on two GEOMETRIES with different SRIDs I find that surprising, I would expect to get a result table with two rows. Charlie Charlie Savage wrote:
Here is another SRID issue that seems strange:select 'srid=4326;polygon((0 0, 0 5, 5 5, 5 0, 0 0))'::geometry = 'point(2 2)'::geometryERROR: Operation on two GEOMETRIES with different SRIDsWhy not just return FALSE? I can see forcing the same SRID when performing operations such as unions, but if the geometries have different SRID's then it seems reasonable to assume they are not equivalent.Charlie ------------------------------------------------------------------------ _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
-- Charlie Savage http://cfis.savagexi.com
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
