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
___
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
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
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
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
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
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