-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Publish added vector layers as WFS in QGIS Server #64
Comments
@pblottiere I am considering to implement this. My idea would be to add a
what do you think about that? |
Hello @JakobMiksch,
Nice 🎉
Yes indeed it's a good idea 👍. I'm just afraid to clutter the layer definition 🤔. Another way would be to add a specific service endpoint for layers. For example a POST
For WMTS with
And by default a layer could only be published in WMS? What do you think? |
Your approach looks good as well. QGIS published WMS by default, that's why I would leave this behavior with QSA as well. However, it should be possible to deactivate the publication of WMS for a layer. Another question: would that be in the response of |
Yes, I agree 👍. A POST
To be consistent with the "publish" API, a GET |
Adding vector layers to a QGIS project file works as expected. But they are not published as WFS in the QGIS Server settings. See screenshot below.
Is it possible to use the QSA API to publish a vector layer as WFS in the QGIS Server settings block?
relevant links:
I hacked together this function which might be useful:
The text was updated successfully, but these errors were encountered: