We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On QGIS server 3 with the extension installed. If I run multiple times the following CURL command :
curl -o myshape.zip http://qgisserver.XYZ.com/?exp_filter=ZZZZ&typeName=YYY&VERSION=1.0.0&SERVICE=WFS&outputFormat=SHP&REQUEST=GetFeature&MAP=/path/to/this.qgs
I will get about 9 times (out of 10) a bad ZIP file which cannot be unzip and which is too large with the following response header :
Content-Type: text/xml; charset=utf-8
And about 1 times (out of 10) a good ZIP file with the following response header :
Content-Type: application/x-zipped-shp
The text was updated successfully, but these errors were encountered:
Hello, do you have any news about this problem? Thanks in advance
Sorry, something went wrong.
No branches or pull requests
On QGIS server 3 with the extension installed.
If I run multiple times the following CURL command :
I will get about 9 times (out of 10) a bad ZIP file which cannot be unzip and which is too large with the following response header :
And about 1 times (out of 10) a good ZIP file with the following response header :
The text was updated successfully, but these errors were encountered: