[Qgis-developer] Implementation of Python bindings in QGIS

2015-07-31 Thread Rob Marjot
Dear list, Could someone point me at documentation on how the Python-bindings are being implemented? Is it done in a generic way, so that we could have bindings to other scripting runtimes? Regards, Rob Marjot ___ Qgis-developer mailing list Qgis

Re: [Qgis-developer] Implementation of Python bindings in QGIS

2015-07-31 Thread Rob Marjot
Regards. 2015-07-31 16:31 GMT+02:00 Rob Marjot robmar...@gmail.com: Dear list, Could someone point me at documentation on how the Python-bindings are being implemented? Is it done in a generic way, so that we could have bindings to other scripting runtimes? Regards, Rob Marjot

Re: [Qgis-developer] QEP about Multimap support for QGIS

2016-11-05 Thread Rob Marjot
Hi Devs, Is multi map canvas for QGIS it actually going to make into qgis 3.0? I've share some additional thoughts in the QEP. Rob 2016-09-07 8:50 GMT+02:00 Nathan Woodrow : > Yes please open a QEP. Martin, Nyall and myself all have feedback for it. > > On Wed, 7 Sep 2016

Re: [Qgis-developer] QGIS Server FCGI: retained data / deferred freeing of resources between requests

2017-01-09 Thread Rob Marjot
Hi all, How about the switching between .qgs files for subsequent requests handled by a single fcgi instance? Hope someone can just shed a bit more light on this. Rob On Jan 9, 2017 10:18, "Rob Marjot" <robmar...@gmail.com> wrote: > Hi list, > > Thanks Alessandro.

[Qgis-developer] (no subject)

2017-01-11 Thread Rob Marjot
-- Forwarded message -- From: "Rob Marjot" <robmar...@gmail.com> Date: Jan 10, 2017 07:51 Subject: Re: [Qgis-developer] QGIS Server FCGI: retained data / deferred freeing of resources between requests To: <qgis-developer@lists.osgeo.org> Cc: Hi all, H

Re: [Qgis-developer] QGIS Server FCGI: retained data / deferred freeing of resources between requests

2017-01-09 Thread Rob Marjot
n the server as plain old CGI. AFAIK there are no documents about the implemementation: follow the source Luke :) Cheers. On Mon, Jan 9, 2017 at 1:11 AM, Rob Marjot <robmar...@gmail.com> wrote: > Dear list, > > I am currently evaluating QGIS Server as rendering backend for my

[Qgis-developer] QGIS Server FCGI: retained data / deferred freeing of resources between requests

2017-01-08 Thread Rob Marjot
Dear list, I am currently evaluating QGIS Server as rendering backend for my new project; can you give me some insight in the architecture / implementation? To pose my question more specific: with QGIS Server being a fcgi application, what data (e.g. parsed .qgs file?) is retained and/or freeing