Tom, You can do it with OGR Output formats. For example
http://geo.usace.army.mil/cgi-bin/wms/nldwfs?service=wfs&version=1.1.0&requ est=getfeature&typename=leveesclosurestructureln&maxfeatures=10&outputforma t=gml3d You need to create an OGR outputformat (GML) which specifies the 25D geometry type, for example "ows_geomtype² ³Geometry25D². MapServer also needs to be compiled with USE_POINT_Z_M. See http://mapserver.org/output/ogr_output.html#layer-metadata for the ows_geomtype. Mike -- Michael Smith US Army Corps Remote Sensing GIS/Center On 12/13/13, 1:11 PM, "Kralidis,Tom [Ontario]" <[email protected]> wrote: >Hi: we are using MapServer 6.4.0 and our (PostgreSQL 8.4/PostGIS 2.0) >database models use the PointZ geometry type (we store x/y/z for our >observations). > >How can we make the z values visible when doing WFS 1.1.0 output? >Currently for, say, GML3 output, MapServer returns 2d coordinates. > >Cheers > >..Tom >_______________________________________________ >mapserver-users mailing list >[email protected] >http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
