[mapserver-users] Re: Cannot get a PostGIS layer to render in Mapserver...

mapper99 info at laudontech.com
Mon Mar 22 23:57:49 EDT 2010


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.


More information about the mapserver-users mailing list