3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Is it necessary QGIS to use this server? #46

Closed pabloaguilarmartinez closed 1 year ago

pabloaguilarmartinez commented 1 year ago

Hi, this is just a question. I don't quite understand if it is necessary to make requests to QGIS or with this functionality you can get what you need from postgis. Thanks for your approach!

Gustry commented 1 year ago

with this functionality you can get what you need from postgis

Your question is not clear because you are mentioning "postgis". This project is only related to "QGIS server" by having OGC services (WMS, WFS, OAPI etc) from your QGIS project. You can use any source of data working in QGIS desktop such as PostGIS layers.

Is it necessary QGIS to use this server?

Yes

dmarteau commented 1 year ago

This is a server built around the Qgis server library and it requires that the QGis server framework is installed in the running environment.

pabloaguilarmartinez commented 1 year ago

Ok, so I was wrong. I was looking for a way to develop a server that provides wfs or wms from where the data is, ie postgis, without going through geoserver or qgis. I close the issue, thanks!