Greg,
Did you verify this is the case by running a query on your table in question something of the form
SELECT ST_SRID(the_geom) As thesrid, COUNT(*)
FROM sometable
GROUP BY ST_SRID(the_geom)
Also make sure its registered correctly in geometry_columns table.
Hope that helps,
Regina
The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.
Help make the earth a greener place. If at all possible resist printing this email and join us in saving paper.
BTW, Regina, congrats on the forthcoming book.