[mapserver-users] support of PostGIS PointZ

2013-12-13 Thread Kralidis,Tom [Ontario]
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

Re: [mapserver-users] support of PostGIS PointZ

2013-12-13 Thread Even Rouault
Le vendredi 13 décembre 2013 22:11:20, Kralidis,Tom [Ontario] a écrit : 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?

Re: [mapserver-users] [EXTERNAL] support of PostGIS PointZ

2013-12-13 Thread Smith, Michael ERDC-RDE-CRREL-NH
Tom, You can do it with OGR Output formats. For example http://geo.usace.army.mil/cgi-bin/wms/nldwfs?service=wfsversion=1.1.0requ est=getfeaturetypename=leveesclosurestructurelnmaxfeatures=10outputforma t=gml3d You need to create an OGR outputformat (GML) which specifies the 25D geometry type,