I'd use Brent's advice of always specifying a projection when loading
the data into PG. Then make sure your DATA statement uses that SRID:
DATA "the_geom from test using SRID=4326 using unique id"
or
DATA "the_geom from test using SRID=-1 using unique id"
I try to document my usual steps at
http://www.mapserver.org/input/vector/postgis.html
-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users