Re: [QGIS-Developer] QGIS Server QGIS_PROJECT_FILE ignoring MAP parameter?

2018-09-20 Thread Stéphane Brunner
doesn't? >> >> Best regards >> Adam Borczyk >> >> >> > ___ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubs

Re: [QGIS-Developer] [Server] feature typeName namespace in WFS GetFeature

2018-08-21 Thread Stéphane Brunner
Hello, OK, then I will start to create a pull request to make those requests working :-) CU Stéph 2018-08-20 16:11 GMT+02:00 René-Luc Dhont : > Hi Stéphane, > > I understand like you. So I think you are right. > > René-Luc > > Le 17/08/2018 à 11:44, Stéphane Brunner a écri

[QGIS-Developer] [Server] feature typeName namespace in WFS GetFeature

2018-08-17 Thread Stéphane Brunner
Hello, In the test we configure the typeName like this https://github.com/qgis/QGIS/blob/6d1e420c71615307bb2d5e84c187b32a1a363cda/tests/src/python/test_qgsserver_wfs.py#L217 http://www.qgis.org/gml";> But I understand this is wrong, it should be http://www.qgis.org/gml";> or http://www.qgis.org/

Re: [Qgis-developer] Transparency/Opacity (was: Outline/border -> stroke? )

2017-02-20 Thread Stéphane Brunner
+1 :-) 2017-02-20 11:43 GMT+01:00 Alexandre Neto : > +1 for 0-100% Opacity in sliders. > > Paolo Cavallini escreveu no dia segunda, > 20/02/2017 às 08:32: > >> Il 20/02/2017 09:31, Nyall Dawson ha scritto: >> >> > An outstanding question is what range we should allow? Behind the >> > scenes it's

Re: [Qgis-developer] VERY important discussion re QGIS coding standards

2016-10-06 Thread Stéphane Brunner
Hello, 2016-10-06 0:29 GMT+02:00 Nyall Dawson : > Pretty sure I'm not the only OCD member of the QGIS team who hates > inconsistency and is affected by these issues ;) > > First issue: with doxygen comments, do we go: > > 1. > > /** > * my awesome function > * does something cool > */ > > or >

Re: [Qgis-developer] [QGIS Server] Maintain it and create a team

2016-09-23 Thread Stéphane Brunner
Hi René-Luc 2016-09-23 14:45 GMT+02:00 René-Luc Dhont : > Hi devs, > > The Qt4 and Python 2.7 is going away from QGIS master, following this PR: > Require python 3 and qt5 https://github.com/qgis/QGIS/pull/3510 > > But a part of the project directly suffered of this: QGIS Server. As > explain on

Re: [Qgis-developer] Any plans for implementing vector tile generation on QGIS Server?

2016-06-20 Thread Stéphane Brunner
Hello, At Camptocamp we don't have any plan yet, but we are interesting in this subject. The pbf mapnik-vector-tile seam to be a good chose :-) CU Stéphane 2016-06-19 10:10 GMT+02:00 Marco Hugentobler < marco.hugentob...@sourcepole.ch>: > Hi Nikolai > > Oh sorry, was reading the mail in a rush

[Qgis-developer] New commiter

2016-06-16 Thread Stéphane Brunner
Hi I thank the PES to accept me as a new commiter, thanks to every body :-) I have read and I agree with the terms in the QGIS Contributor Guidelines ( http://www.qgis.org/wiki/Contributor_Guidelines). Sincerely Stéphane Brunner -- camptocamp.com mapfish.org

Re: [Qgis-developer] QGIS server bad creashes

2015-12-22 Thread Stéphane Brunner
Hello, I know that's not ready, bet does this fix your issue? https://github.com/qgis/QGIS/pull/2567 Sincerely Stéphane 2015-12-22 17:30 GMT+01:00 Andreas Neumann : > Yes, I know - > > but with my projects it works fine before that commit and crashes reliably > after that crash. > > The other t

Re: [Qgis-developer] Plugins discussion

2015-11-07 Thread Stéphane Brunner
raise ValueError( 'Registered plugin '%s' must derive from ``Plugin``' % entry_point.name) ... CU Stéphane 2015-11-07 18:48 GMT+01:00 Stéphane Brunner : > Hello, > > To get all the qgis plugin hosted on pypi we should be able to use

Re: [Qgis-developer] Plugins discussion

2015-11-07 Thread Stéphane Brunner
Hello, To get all the qgis plugin hosted on pypi we should be able to use a keywords. An to get the list of plugin that have some keywords: from xmlrpclib import ServerProxy pypi = ServerProxy("http://pypi.python.org/pypi";, allow_none=True) sp.search({"keywords": ["gdal", "dap"]}) returns: [{'

Re: [Qgis-developer] Plugin Dependencies

2015-11-06 Thread Stéphane Brunner
Hello, Some additional informations :-) Plugin to create a static pypi index: https://pypi.python.org/pypi/magnum-pi Plgins to create a full pypi service: https://pypi.python.org/pypi/devpi https://pypi.python.org/pypi/CheesePrism/ (actually don't support wheel) Some package that we usually hav

Re: [Qgis-developer] Add QGIS server access control interface for python plugin

2015-06-19 Thread Stéphane Brunner
Hello, Effectively, yes :-) https://github.com/qgis/QGIS-Enhancement-Proposals/pull/21 CU Stéphane 2015-06-19 12:27 GMT+02:00 Alessandro Pasotti : > 2015-06-19 12:25 GMT+02:00 Stéphane Brunner < > stephane.brun...@camptocamp.com>: > >> Hello, >> >>

[Qgis-developer] Add QGIS server access control interface for python plugin

2015-06-19 Thread Stéphane Brunner
Hello, I just add a request int the QGIS-Enhancement-Proposals for an access control plugin interface. Thanks for having a look Stéphane Brunner -- camptocamp.com mapfish.org ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http

Re: [Qgis-developer] QEP or RFC?

2014-09-03 Thread Stéphane Brunner
+1 RFC we directly know what it is :-) CU Stéph 2014-09-03 14:34 GMT+02:00 Luigi Pirelli : > +1 RFC > > On 3 September 2014 10:45, Pirmin Kalberer wrote: > > Am Dienstag, 2. September 2014, 07.01:41 schrieb Larry Shaffer: > >> > >> QEP or RFC? > >> > > > > +1 for RFC > > I assume the PSC will