[Qgis-user] slow to add postgis layer

2018-10-26 Thread andrew terry
Hi, I'm finding big postgis tables slow to add to QGIS: - this is when zoomed in to a small area with a spatial index on the table - the tables are exclusively linestring (i know combinations result in querying of the geometry types) From the database side i can see that it's receiving a SELECT

Re: [Qgis-user] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Thread andrew terry
I enjoyed the related presentation - http://www.itopen.it/bulk/qgis3-server any personal preference between NGINX with Python / FastCGI ? -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html ___ Qgis-user mailing list Qgis-user@lis

Re: [Qgis-user] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Thread andrew terry
ock;\n$SOCKETS" ; done sed -i -e "s@QGIS_SERVER_SOCKETS@${SOCKETS}@g" /etc/nginx/sites-enabled/qgis-server-fcgi Alessandro Pasotti-2 wrote > On Thu, Jun 14, 2018 at 3:46 PM, andrew terry < > andrew.terry@.co > > wrote: > >> > > np, but please keep in mind tha

Re: [Qgis-user] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Thread andrew terry
nt a tested working > configuration you can have a look to: > https://github.com/elpaso/qgis3-server-vagrant > > On Thu, Jun 14, 2018 at 3:34 PM, andrew terry < > andrew.terry@.co > > wrote: > >> Hi Alessandro, >> >> Thanks for the thought, i did include th

Re: [Qgis-user] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Thread andrew terry
Hi Alessandro, Thanks for the thought, i did include the xvfb install and config. Always double check though and the status report is as follows - only just showing as started as i booted the instance to check: ● xvfb.service - X Virtual Frame Buffer Service Loaded: loaded (/etc/systemd/system

[Qgis-user] QGIS Server 3.0.3 with NGINX / FastCGI - Sessions not persisting?

2018-06-14 Thread Andrew Terry
Hi, I'm finding with QGIS 3.0.3 and NGINX using FastCGI, running on Ubuntu Bionic that calls to a project appear to start a fresh session for every WMS request. In the qgis logs I'm seeing the loading of the file and session started before each WMS request log. In the nginx error logs I'm seein