Re: [QGIS-Developer] [Qgis-user] Questions of a newbie starting with QGIS Server

2022-04-21 Thread DelazJ via QGIS-Developer
Hi Rosa, Alessandro Thanks for your suggestions. I will go read the docs and see what I can output. Regards, Harrissou Le jeu. 21 avr. 2022 à 10:10, Alessandro Pasotti a écrit : > Hi, > > As Richard mentioned, the old XML-based OGC WMS/WFS/WCS & C. protocols are > plain API protocols and do no

Re: [QGIS-Developer] [Qgis-user] Questions of a newbie starting with QGIS Server

2022-04-21 Thread Richard Duivenvoorde via QGIS-Developer
On 4/21/22 10:10, Alessandro Pasotti wrote: I'm not sure about windows, but you might also have a look at the standalone development server, it integrates a web server and it is supposed to work out of the box with (almost) zero configuration. https://docs.qgis.org/3.22/en/docs/server_manual

Re: [QGIS-Developer] [Qgis-user] Questions of a newbie starting with QGIS Server

2022-04-21 Thread Alessandro Pasotti via QGIS-Developer
Hi, As Richard mentioned, the old XML-based OGC WMS/WFS/WCS & C. protocols are plain API protocols and do not provide a full browseable website, they were designed for machine2machine communications. OAPIF (AKA WFS3) provides a full website though, but the protocol mandates URL rewriting, which m

Re: [QGIS-Developer] [Qgis-user] Questions of a newbie starting with QGIS Server

2022-04-21 Thread Aguilar Bolivar, Rosa (UT-ITC) via QGIS-Developer
Hi, Harrisou You could try the catalog (https://docs.qgis.org/3.22/en/docs/server_manual/catalog.html) to explore your projects. I also used to the catalog to check the configuration of my projects, e.g., that the server had access to the sources (DB), etc. Best regards, Rosa -Original