On Wed, Mar 31, 2021 at 7:23 PM 1520 gis <[email protected]> wrote: > > Hi developers, > > I have configured a qgis-server instance following this tutorial. > > I realized that WFS3 collections list the layers only for QGIS_PROJECT_FILE > [1] env variable. How can I change the settings to show collections for any > .qgs file? >
If you want to see the layers (collections) from multiple QGIS projects in the same call there is no way. You need different endpoints for each QGIS project file you are serving, or pass a MAP=/... (which is not allowed by the WFS3/OAPIF specifications but still works on QGIS Server). I believe the documentation is not bad in this case: https://docs.qgis.org/3.16/en/docs/server_manual/services.html#wfs3-ogc-api-features Regards. -- Alessandro Pasotti QCooperative: www.qcooperative.net ItOpen: www.itopen.it _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
