Closed rduivenvoorde closed 3 years ago
Hi Richard, Thank you for looking at the plugin Stupid question, do you (or the user launching QGIS ) have the relevant credentials under /tmp/ ? Another way would be to run directly gdal command an check whether you have the same type of errors. Sylvain
@sgrellet credentials? You mean the gml file?
Yes, the gml is there, and I think it is 'just' my version of GDAL:
[richard@oost tmp]$ ogrinfo tmp3k1ah3aq.gml
Had to open data source read-only.
INFO: Open of `tmp3k1ah3aq.gml'
using driver `GML' successful.
[richard@oost tmp]$ ogrinfo --version
GDAL 2.1.2, released 2016/10/24
ok indeed http://www.gdal.org/drv_gmlas.html comes is available in GDAL >= 2.2 so GMLAS prefix is unknown to 2.1
Invalid because the mentioned GDAL version is not supported here.
Note: add to the doc the minimal requirements.
Hi, without any knowledge testing out this promissing plugin here, so bear with me for my ignorance :-)
Running QGIS here on Debian Testing which has standard gdal 2.1.2 installed (will compile gdal now myself....) When trying to run the plugin by selecting a WFS, all seems to go OK untill you see:
The file '/tmp/tmp3k1ah3aq.gml' is there by the way (but if I understand correctly, probably opened by the gml driver, and not by the gmlas one)? This has probably to do with gdal 2.1 not knowing about the GMLAS prefix? Maybe adding a check/warning for gdal >= 2.2 for those using older version of GDAL?