qgis / qwc2-demo-app

QWC2 demo application
Other
240 stars 149 forks source link

Displaying QGIS Project with Layers from GeoServer as WFS? #523

Open lperozzi opened 4 months ago

lperozzi commented 4 months ago

I'm wondering if it's possible to display a QGIS project that includes layers sourced from GeoServer using WFS. I've searched through the documentation but haven't found any relevant information on this topic.

manisandro commented 4 months ago

Hi @lperozzi

Do you mean something like a Data URL [1] for an external WFS? If so, this is currently not supported (currently only wms, wmts and mvt are implemented).

[1] https://qwc-services.github.io/master/configuration/ThemesConfiguration/#external-layers

lperozzi commented 4 months ago

Hi @manisandro ,

Yes, instead of having a PostgreSQL service configured as a data source for the layers of my project, I would like to use WFS (from GeoServer) as the data source. I thought, after reading this post, that it was possible.

manisandro commented 4 months ago

I believe #59 refers to the capability of importing an external WFS via LayerTree => Import layer. This is supported, but without any editing capabilities out-of-the-box - you'd need to implement a custom editing interface.