Re: [Gdal-dev] OGR WFS driver

2010-01-14 Thread Mateusz Loskot
Frank Warmerdam wrote: Frode, I'm not sure where the email from Johan came from. Perhaps it was on the list some time ago? Frank, Yes, it's an old message: http://lists.osgeo.org/pipermail/gdal-dev/2008-November/018946.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___

Re: [Gdal-dev] OGR WFS driver

2010-01-14 Thread Frank Warmerdam
Frode, I'm not sure where the email from Johan came from. Perhaps it was on the list some time ago? I am not aware of Johan, or anyone else, having contributed a WFS driver to OGR. I do think it would be an interesting thing to have, and I have contemplated doing one from time to time. Best re

Re: [Gdal-dev] OGR WFS driver

2010-01-14 Thread Frode Wiseth Jørgensen
Hello Was WFS support in OGR implemented? I can't find any docs about it? Regards Frode Wiseth Jørgensen Johan Nouvel wrote: > > Hello, > > Some informations about our driver : > - It uses existing OGR GML driver to parse WFS server message and knows > only gml 1.0 answer, so you must spec

Re: [gdal-dev] OGR WFS driver

2008-11-14 Thread Johan Nouvel
Hello, Some informations about our driver : - It uses existing OGR GML driver to parse WFS server message and knows only gml 1.0 answer, so you must specified answer in gml 1.0 in your requests to the server. It should not be difficult to add zipped gml, but for another format (such as shape) i

Re: [gdal-dev] OGR WFS driver

2008-11-13 Thread Stefan Keller
Hi Johan, Nice proposal! 2008/11/13 Frank Warmerdam <[EMAIL PROTECTED]>: ... > I'm also curious what you do for parsing the GML. Do you process it through > the existing OGR GML driver? WFS mandates GML but allows others. So, if yes, would it be difficult to parametrize the response file format

Re: [gdal-dev] OGR WFS driver

2008-11-13 Thread Frank Warmerdam
Johan Nouvel wrote: Hello all, I know GDAL has a WMS and WCS driver, but no WFS driver. After looking into the mailing list archives I have found no references to a WFS driver. For my job, we have developped such a driver (in readonly mode, but write mode is planned) , based on OGR and its GM

[gdal-dev] OGR WFS driver

2008-11-13 Thread Johan Nouvel
Hello all, I know GDAL has a WMS and WCS driver, but no WFS driver. After looking into the mailing list archives I have found no references to a WFS driver. For my job, we have developped such a driver (in readonly mode, but write mode is planned) , based on OGR and its GML driver. Is it int