Hi all.
The module apparently requires curl, but this is not a requirement of the package. I have the QGIS module ready, but before committing it we should add this dependency, otherwise in many systems it will not work.
Any thoughts?
Furthermore, I get frequent errors:
Unable to open data source
WFS-XML file not readable. Check if xerces-c support is compiled into GDAL/OGR library.
In the script there is a test if curl is installed.
I have now added this requirement also to the manual.
Yes, but this makes the module unsuitable as a QGIS module, IMHO.
What do you mean with "adding"? Or do you refer to the manual?
I mean, if curl is a dependency of GRASS, then it's ok. The end user should have everything installed before running a program, not being asked to install it during normal usage.
2010/11/11 Paolo Cavallini <cavallini@faunalia.it>:
I mean, if curl is a dependency of GRASS, then it's ok. The end user should
have everything installed before running a program, not being asked to
install it during normal usage.
it's dependency of v.in.wfs, not of GRASS as a whole. Just note:
replacing bash scripts in GRASS 6 by Python scripts from GRASS 7 would
solve many problems including this one.