Re: [Qgis-developer] QGIS Server in Python?

2017-01-19 Thread Alessandro Pasotti
On Thu, Jan 19, 2017 at 11:03 AM, Sören Gebbert < soerengebb...@googlemail.com> wrote: > Dear developers, > i have a naive question. > > Would it be possible and meaningful to implement the QGIS Server in Python? > > There are several nice Python Web-frameworks (Django, Flask) which would > make

Re: [Qgis-developer] QGIS Server in Python?

2017-01-19 Thread Jürgen E . Fischer
Hi Sören, On Thu, 19. Jan 2017 at 11:03:29 +0100, Sören Gebbert wrote: > Do you think this may be a good idea to implement? Something in the direction of https://github.com/wonder-sk/qgis-tile-server Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31

Re: [Qgis-developer] QGIS Server in Python?

2017-01-19 Thread David Marteau
Hi, The server is actually under heavy refactoring: the new version - planned with Qgis 3 - enables you to embed the server in any framework (python or C++) by using abstract request/response objects that links all I/O between server and your embedding frameworks. Examples will follow soon.

[Qgis-developer] QGIS Server in Python?

2017-01-19 Thread Sören Gebbert
Dear developers, i have a naive question. Would it be possible and meaningful to implement the QGIS Server in Python? There are several nice Python Web-frameworks (Django, Flask) which would make it easy to expose the rendering, data management and processing functionality of QGIS as WMS, WFS or

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-12 Thread kimaidou
Hi all I took some time to check if we can use the new feature Embed layers and groups in QGIS Server. It appears not at the moment, because the GetCapabilities XML returned by QGIS Server with a child project (one with embeded layers from the parent project) does not contain any Layer item. I

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread rldhont
Le 10/09/2012 09:29, Giovanni Manghi a écrit : Hi Giovanni, On Sat, Sep 8, 2012 at 11:18 AM, G. Allegri gioha...@gmail.com wrote: I'm working on a project to port qgis-web-client under Django, witht the aim to build a Qgis Server web based manager and extended service provider. We've already

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread G. Allegri
Hi, the project is in very early development state. We've just implemented some basic things for the current client we are working for, but we want to go on with the development. We're aware of LizMap (we're looking forward for its new release; question, is there a public repository?), but we

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 12:01 PM, G. Allegri gioha...@gmail.com wrote: Hi, the project is in very early development state. We've just implemented some basic things for the current client we are working for, but we want to go on with the development. We're aware of LizMap (we're looking

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread kimaidou
Hi all, Lizmap will be release soon, as a Zip file. I do not know yet if I will create a bitbucket account to put the code here or not. Why not ! Some of next lizmap features : * access rights management to repositories (1 repository = one folder in the server containing one or more projects).

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread G. Allegri
Hi Michael, the two projects will probably overlay similar features. We've never worked with Jelix, and we didn't want to learn another framework :) Anyway, sharing ideas is always the best way for OS projects. A couple of questions: - will you support the print service? - I haven't tried

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread Paolo Cavallini
Il 10/09/2012 12:13, kimaidou ha scritto: Hi all, Lizmap will be release soon, as a Zip file. I do not know yet if I will create a bitbucket account to put the code here or not. Why not ! why not in main qgis source? all the best. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread kimaidou
Hi Paolo, In the redmine hub.qgis, it is not possible for me to create a mercurial repository in the file systme, then pull from my repository and then modify the hub project to specify the repository path. To be able to do this, I would need full access (ssh) to qgis.org server. This is why I

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread Paolo Cavallini
Il 10/09/2012 12:52, kimaidou ha scritto: In the redmine hub.qgis, it is not possible for me to create a mercurial repository in the file systme, then pull from my repository and then modify the hub project to specify the repository path. To be able to do this, I would need full access

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread kimaidou
Hi Giovanni, * The print service will be supported in the next version. Not yet to follow the release often mantra * We think rights management must be kept simple for users. This is why we choose deliberately to manage rights per repositories and not per project nor layers. We think it is very

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread G. Allegri
2012/9/10 kimaidou kimai...@gmail.com Hi Giovanni, * The print service will be supported in the next version. Not yet to follow the release often mantra Do you have a schedule for the next version? * We think rights management must be kept simple for users. This is why we choose

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread kimaidou
2012/9/10 G. Allegri gioha...@gmail.com 2012/9/10 kimaidou kimai...@gmail.com Hi Giovanni, * The print service will be supported in the next version. Not yet to follow the release often mantra Do you have a schedule for the next version? Not yet, no. We will release V2 today or

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 1:13 PM, G. Allegri gioha...@gmail.com wrote: 2012/9/10 kimaidou kimai...@gmail.com Hi Giovanni, * The print service will be supported in the next version. Not yet to follow the release often mantra Do you have a schedule for the next version? * We think

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread kimaidou
Tim, I do not know this feature... I will search in the documentation to see how I can use it ! This is great :) Thanks, Michael 2012/9/10 Tim Sutton li...@linfiniti.com Hi Are you aware of the project nesting capability Marco added? It should provide you with the 'define once, use many

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread Tim Sutton
Hi On Mon, Sep 10, 2012 at 2:47 PM, kimaidou kimai...@gmail.com wrote: Tim, I do not know this feature... I will search in the documentation to see how I can use it ! This is great :) Its under Layer - Embed layers and groups Regards Tim Thanks, Michael 2012/9/10 Tim Sutton

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-10 Thread G. Allegri
Sent from Nexus Il giorno 10/set/2012 14:58, Tim Sutton li...@linfiniti.com ha scritto: Hi On Mon, Sep 10, 2012 at 2:47 PM, kimaidou kimai...@gmail.com wrote: Tim, I do not know this feature... I will search in the documentation to see how I can use it ! This is great :) Its

Re: [Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-09 Thread Tim Sutton
Hi On Sat, Sep 8, 2012 at 11:18 AM, G. Allegri gioha...@gmail.com wrote: I'm working on a project to port qgis-web-client under Django, witht the aim to build a Qgis Server web based manager and extended service provider. We've already implemented a basic structure, with a proxy (a Django

[Qgis-developer] Qgis Server and Python. Which solutions to have a python API?

2012-09-08 Thread G. Allegri
I'm working on a project to port qgis-web-client under Django, witht the aim to build a Qgis Server web based manager and extended service provider. We've already implemented a basic structure, with a proxy (a Django view) to intercept the calls to qgis_mapserv.fcgi, and a view/template to expose