Re: [gdal-dev] How to hide the GML in WFS

2015-06-02 Thread Jeremy Palmer
From: Even Rouault [even.roua...@spatialys.com] Sent: Tuesday, 2 June 2015 8:10 p.m. To: gdal-dev@lists.osgeo.org Cc: Jeremy Palmer Subject: Re: [gdal-dev] How to hide the GML in WFS > You couldn't. In the case of GML returned by a WFS service, the GML driv

Re: [gdal-dev] How to hide the GML in WFS

2015-06-02 Thread Even Rouault
Hi Jeremy, > How do you hide the gml_id field from a WFS service? You couldn't. In the case of GML returned by a WFS service, the GML driver ignored the value of GML_EXPOSE_GML_ID. This was presumably to make WFS-T work, but seeing the code again, it should be robust (meaning not crash, but p

Re: [gdal-dev] How to hide the GML in WFS

2015-06-02 Thread Jukka Rahkonen
Jeremy Palmer linz.govt.nz> writes: > > How do you hide the gml_id field from a WFS service? I think I'm setting the correct configuration options, > but it doesn't seem to work: ... > > Interestingly if I use the new GDAL 2.0 open options (ie. ogrinfo -oo GML_EXPOSE_GML_ID=NO -oo > GML_EXPOSE_