I am running PostGIS 1.5 for PostgreSQL 8.4. It appears the force_2d function is available:
-- Function: force_2d(geometry) -- DROP FUNCTION force_2d(geometry); CREATE OR REPLACE FUNCTION force_2d(geometry) RETURNS geometry AS '$libdir/postgis-1.5', 'LWGEOM_force_2d' LANGUAGE 'c' IMMUTABLE STRICT COST 1; ALTER FUNCTION force_2d(geometry) OWNER TO postgres; Is there any other way to test this? -- View this message in context: http://n2.nabble.com/Cannot-get-a-PostGIS-layer-to-render-in-Mapserver-tp4776199p4782272.html Sent from the Mapserver - User mailing list archive at Nabble.com. _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
