Re: [QGIS-Developer] QGIS server deployment

2019-02-26 Thread Walter Lorenzetti
Ciao Daniele, Il 25/02/19 14:43, Daniele Viganò ha scritto: Ciao Walter, we use 5) Nginx + spawn-fcgi (a lighttpd project) in multiple Docker containers [0]. As a thumb rule I use one process per Docker with number of QGIS threads equal to the available CPU 'cores' and a number of Docker

Re: [QGIS-Developer] 2.18 API Docs Broken

2019-02-26 Thread Matthias Kuhn
On 25.02.19 20:20, Jürgen E. Fischer wrote: Hi Matthias, On Mon, 25. Feb 2019 at 17:14:17 +0100, Matthias Kuhn wrote: https://qgis.org/api/2.18 becomes https://qgis.org/api/2.18/index.html/index.html/index.html/index.html/index.html/index.html/index.html/index.html/[...] Check again

Re: [QGIS-Developer] OSGeo4W, sip update 4.19.14

2019-02-26 Thread Matthias Kuhn
On 25.02.19 21:35, Jürgen E. Fischer wrote: Hi Matthias, On Mon, 25. Feb 2019 at 09:25:22 +0100, Matthias Kuhn wrote: Would it be possible to upgrade sip to the latest version on OSGeo4W (and any other builds where we ship sip ourselves)? If I can do something to help, please let me know!

Re: [QGIS-Developer] Programmaticaly open the Log Panel

2019-02-26 Thread Tejas L
Hi Richard, That worked perfectly, thanks! When developing plugins I always find myself opening the Log window and the Python console, after I start up QGIS. It would be nice to have a way to save the panel layout. At the moment though, your code snippet is sufficient for my needs. Regards,

Re: [QGIS-Developer] Python script to count the number of feature for each unique values

2019-02-26 Thread kimaidou
Thanks a lot Nyall, setting the NoGeometry flags and subset of fields does improve the speed by factor 3 for my test layer ( 300k features and 80 (!) fields ) Regards Michaël Le lun. 25 févr. 2019 à 23:48, Nyall Dawson a écrit : > On Tue, 26 Feb 2019 at 03:31, kimaidou wrote: > > > > Hi all,

Re: [QGIS-Developer] QGIS server deployment

2019-02-26 Thread Walter Lorenzetti
Hi Patrick, thanks for FcgidMaxRequestsPerProcess indication, so for processes you set FcgidMaxProcesses or FcgidMaxProcessesPerClass? In example FcgidMaxProcesses 4 if cores are 4? Do you have docker file for qgis-server image that you post here? Thanks W Il 25/02/19 11:54, Patrick

Re: [QGIS-Developer] QGIS server deployment

2019-02-26 Thread Walter Lorenzetti
Hi René, thank you for reply, I used only one time supervisord for a project. The 4th way it'd be very nice :). Thanks. W Il 25/02/19 11:28, René-Luc Dhont ha scritto: Hi Walter, We, at 3Liz, use the 3) with supervisord and the number of process is based on the number of preocessors.

[QGIS-Developer] Plugin [354] OSM place search approval notification.

2019-02-26 Thread noreply
Plugin OSM place search approval by pcav. The plugin version "[354] OSM place search 1.2.6 Experimental" is now approved Link: http://plugins.qgis.org/plugins/nominatim/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Algorithms help files not available for translation

2019-02-26 Thread Jürgen E . Fischer
Hi Harrissou, On Tue, 26. Feb 2019 at 16:45:17 +0100, DelazJ wrote: > Me again. Nobody knows? https://github.com/qgis/QGIS/commit/2f431bc1f36f45b9bf6639691106e9975687817d Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH)

[QGIS-Developer] WMTS/XYZ on high DPI screens

2019-02-26 Thread Martin Dobias
Hi all Whenever I use a background map like OpenStreetMap on my high-res laptop screen (192 DPI) in QGIS, the labels are tiny. That is "natural" because tiles are made for screens with ~96 DPI where the size of labels is just fine. When I look at OSM tiles in the browser, I can see that the

Re: [QGIS-Developer] WMTS/XYZ on high DPI screens

2019-02-26 Thread Matthias Kuhn
Hi Martin Interesting topic. On 2/26/19 5:23 PM, Martin Dobias wrote: > Hi all > > Whenever I use a background map like OpenStreetMap on my high-res > laptop screen (192 DPI) in QGIS, the labels are tiny. That is > "natural" because tiles are made for screens with ~96 DPI where the > size of

Re: [QGIS-Developer] Algorithms help files not available for translation

2019-02-26 Thread DelazJ
Hi, Me again. Nobody knows? Harrissou Le lun. 25 févr. 2019 à 06:04, DelazJ a écrit : > Hi devs, > > A user who wanted to translate some strings in QGIS 3.4 contacted me > because he could not find them. Giving it a look, it looks like no text > from the >

Re: [QGIS-Developer] QGIS server deployment

2019-02-26 Thread Eric Lemoine
> Hi all, > > I'm not a sysadmin but for our customers I'd like find the better way > for deploy QGIS-server 3. > > I try at least 3 ways: > > 1) Apache2 + libapache2-mod-fcgid There is Apache2 + mod_proxy_fcgi that you could use as well. As opposed to mod_fcgid, mod_proxy_fcgi requires that

[QGIS-Developer] Announcement: OSGeo selected as an umbrella organisation for GSoC 2019

2019-02-26 Thread Werner Macho
Dear QGIS community, (and sorry for crossposting) we’re pleased to announce that OSGeo has been selected as an umbrella organisation for Google Summer of Code (GSoC) 2019. @Mentors: In the coming days, we admins will be inviting the mentors that have filled the form [1]. If you want to be a

[QGIS-Developer] Plugin [750] Magnetic Declination approval notification.

2019-02-26 Thread noreply
Plugin Magnetic Declination approval by pcav. The plugin version "[750] Magnetic Declination 2.0.1" is now approved Link: http://plugins.qgis.org/plugins/MagneticDeclination/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] QEP 140: QGIS Processing standalone executable

2019-02-26 Thread Nyall Dawson
Hi all, Just a heads up for a newly filed QEP regarding a standalone tool for executing QGIS Processing algorithms outside of the desktop GUI application. Read the full details and comment here: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/140 Nyall

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Nyall Dawson
On Tue, 26 Feb 2019 at 17:32, Andrea Aime wrote: > > Hi Nyall, > looking at the changelog I don't see the raster SLD export. > We have a guide and screenshots here: > https://docs.geoserver.org/latest/en/user/styling/qgis/index.html#exporting-raster-symbology This wasn't an intentional omission,

Re: [QGIS-Developer] WMTS/XYZ on high DPI screens

2019-02-26 Thread Nyall Dawson
On Wed, 27 Feb 2019 at 02:24, Martin Dobias wrote: > Other solution would be to introduce a new flag for WMTS/XYZ layers > where users could set native DPI. By default this flag would be > disabled, but for services like OSM one could explicitly set their DPI > to 96 and get the tiles scaled

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Paolo Cavallini
Agreed, an important addition - thanks Andreas! On 26/02/19 22:06, Andreas Neumann wrote: > Hi, > > There is also the spreadsheet with the bug fixes done during the paid > bug fixing effort: > >

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Richard Duivenvoorde
On 27/02/2019 04.41, Nyall Dawson wrote: > On Tue, 26 Feb 2019 at 17:32, Andrea Aime > wrote: >> Hi Nyall, >> looking at the changelog I don't see the raster SLD export. >> We have a guide and screenshots here: >>

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Richard Duivenvoorde
On 26/02/2019 19.56, Etienne Trimaille wrote: > Le mar. 26 févr. 2019 à 14:52, Richard Duivenvoorde > a écrit : > > > It is a django app, if you create a login (and sent me your username), > we can give you enough rights to edit yourself: > > > Did the rule

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Etienne Trimaille
Le mar. 26 févr. 2019 à 14:52, Richard Duivenvoorde a écrit : > > It is a django app, if you create a login (and sent me your username), > we can give you enough rights to edit yourself: > Did the rule change recently? Before, anyone with a login could add an entry.

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Tim Sutton
I fixed the SLD not appearing issue: http://changelog.qgis.org/en/qgis/version/3.6.0/#sld-export-for-raster-styles Regards Tim > On 26 Feb 2019, at 20:58, Richard Duivenvoorde wrote: > > On 26/02/2019 19.56, Etienne Trimaille wrote: >> Le mar. 26 févr. 2019 à 14:52, Richard Duivenvoorde >

[QGIS-Developer] pylupdate5 Error

2019-02-26 Thread Jorge Almerio
Hi devs, How to use 'pylupdate5' as described in the documentation https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins.html?#ts-file ? It's not recognized on my OSGeo Shell terminal. Only pylupdate4 is working ___

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Richard Duivenvoorde
On 26/02/2019 08.31, Andrea Aime wrote: > Hi Nyall, > looking at the changelog I don't see the raster SLD export. > We have a guide and screenshots here: > https://docs.geoserver.org/latest/en/user/styling/qgis/index.html#exporting-raster-symbology > > I'm also happy to contribute bits to the

[QGIS-Developer] New Doxygen policies

2019-02-26 Thread Nyall Dawson
Hi all, Following the merge of https://github.com/qgis/QGIS/pull/9269, this is a notice regarding new practices regarding doxygen comments which should be adhered to in all 3.8+ code. The PR introduces some doxygen macro values, TRUE, FALSE and NULLPTR (all caps). These should be used when dox

Re: [QGIS-Developer] WMTS/XYZ on high DPI screens

2019-02-26 Thread Martin Dobias
Hi Matthias Thanks for your thoughts... On Tue, Feb 26, 2019 at 5:49 PM Matthias Kuhn wrote: > If I understand you correctly, the scaling that you see on OSM is only > done on client side (in javascript)? > Yes this is handled by the client map library. In Javascript there's

Re: [QGIS-Developer] 3.6 changelog

2019-02-26 Thread Andreas Neumann
Hi, There is also the spreadsheet with the bug fixes done during the paid bug fixing effort: https://docs.google.com/spreadsheets/d/1F6v4g8Ayb3wIt73rxFKD8h4B95MaTwt-eDit8YvReB0/edit#gid=145548804 I remember that in older Visual changelog we included them as well. Can we do that again? It