Re: [QGIS-Developer] [Qgis-psc] Request for Change of UserAgent

2019-02-20 Thread Mathieu Pellerin
I would really like to understand (i.e. get an explanation) from the OSM admins as to why a user agent that explicitly identifies itself as QGIS like we have now is not enough for them before moving forward. Being a web admin/developer myself, I can hardly find a reason why that's not enough.

Re: [QGIS-Developer] [Qgis-psc] Request for Change of UserAgent

2019-02-20 Thread Richard Duivenvoorde
On 21/02/2019 00.20, Nyall Dawson wrote: > On Thu, 21 Feb 2019 at 02:30, Richard Duivenvoorde > wrote: >> >> Hi Devs, PSC, >> >> I had a short talk on IRC to 'Firefishy' the person who runs >> tile.openstreetmap.org CDN >> (in bcc, and see: http://irclogs.geoapt.com/qgis/%23qgis.2019-02-20.log)

Re: [QGIS-Developer] QgsProcessingAlgorithm createInstance

2019-02-20 Thread Nyall Dawson
On Thu, 21 Feb 2019 at 07:30, Caio Hamamura wrote: > > QgsProcessingAlgorithm needs to implement this useless method > (createInstance) in my view of point. > > Why do we even need the createInstance method? Couldn’t it be generic: > > def createInstance(self): > return self.__class__()

Re: [QGIS-Developer] [Qgis-psc] Request for Change of UserAgent

2019-02-20 Thread Nyall Dawson
On Thu, 21 Feb 2019 at 02:30, Richard Duivenvoorde wrote: > > Hi Devs, PSC, > > I had a short talk on IRC to 'Firefishy' the person who runs > tile.openstreetmap.org CDN > (in bcc, and see: http://irclogs.geoapt.com/qgis/%23qgis.2019-02-20.log) > > In short: he/osm has an issue with QGIS using

Re: [QGIS-Developer] Request for Change of UserAgent

2019-02-20 Thread Jorge Gustavo Rocha
Hi Richard, Each user can change the UserAgent, as ElPaso pointed out (under Advanced settings). But you are suggesting to start distributing QGIS with a different default other than "Mozilla/5.0", right? Which kind of UserAgent you think is a good one? "QGIS "? We can also add another default

Re: [QGIS-Developer] Common PyQGIS functions for QGIS 3

2019-02-20 Thread Nyall Dawson
On Thu, 21 Feb 2019 at 00:51, Thomas Baumann wrote: > > Hi Nyall, > > thanks for your feedback. > You are right that some of my examples were not ideal to explain what I > meant, so I try to explain it a bit better this time ;-) Thanks - it's much appreciated! > create a vectorlayer > >

[QGIS-Developer] QgsProcessingAlgorithm createInstance

2019-02-20 Thread Caio Hamamura
QgsProcessingAlgorithm needs to implement this useless method (createInstance) in my view of point. Why do we even need the createInstance method? Couldn’t it be generic: def createInstance(self): return self.__class__() Greetings, Caio Hamamura

Re: [QGIS-Developer] Request for Change of UserAgent

2019-02-20 Thread Alessandro Pasotti
Hi Richard, Sounds fair to me, you can put the user agent string setting ( /qgis/networkAndProxy/userAgent ) in global_settings.ini, no need to rebuild. https://github.com/qgis/QGIS/blob/master/resources/qgis_global_settings.ini On Wed, Feb 20, 2019 at 5:30 PM Richard Duivenvoorde wrote: >

[QGIS-Developer] Request for Change of UserAgent

2019-02-20 Thread Richard Duivenvoorde
Hi Devs, PSC, I had a short talk on IRC to 'Firefishy' the person who runs tile.openstreetmap.org CDN (in bcc, and see: http://irclogs.geoapt.com/qgis/%23qgis.2019-02-20.log) In short: he/osm has an issue with QGIS using 'Mozilla/5.0 ' as User-Agent header, but QGIS NOT behaving as a true

Re: [QGIS-Developer] Common PyQGIS functions for QGIS 3

2019-02-20 Thread Thomas Baumann
Hi Nyall, thanks for your feedback. You are right that some of my examples were not ideal to explain what I meant, so I try to explain it a bit better this time ;-) Some of the following pyqgis-examples may be outdated as things can be done easier in qgis3 now but they should just be an example

Re: [QGIS-Developer] Stacktrace for crashes under Windows

2019-02-20 Thread Tom Chadwin
Andreas Neumann-4 wrote > Unfortunately, I can't reproduce the same crash on Linux - even with a > slow db connection the crash doesn't appear on Linux. My crash is also only on Windows. Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- Sent from:

[QGIS-Developer] Plugin [629] Networks approval notification.

2019-02-20 Thread noreply
Plugin Networks approval by pcav. The plugin version "[629] Networks 2.3.0" is now approved Link: http://plugins.qgis.org/plugins/networks/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Problems when connecting to a PostGIS DB using "ssl mode require".

2019-02-20 Thread Burghardt.Scholle
Hi, with Windows 10 / Windows 7, QGIS 3.4.4.3 (OSGeo4W64, code version af723c4942) I have the problem that the window "Enter Credentials" is called again and again during work. The "Log Messages" says: WARNINGConnection to database failed fe_sendauth: no password supplied

[QGIS-Developer] Plugin [983] DIVI QGIS Plugin approval notification.

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

Re: [QGIS-Developer] Provide a max. legend size in case of map unit sized symbols

2019-02-20 Thread David Signer
I can confirm that there is no issue on print layout. I have been wrong because if there is not yet a map added, it displays the symbols in max size - what is not an issue since one don't need a legend without map. So I'll check out the solution with scale as request parameter and the default

Re: [QGIS-Developer] Provide a max. legend size in case of map unit sized symbols

2019-02-20 Thread David Signer
Hi Nyall I think, you're right. If there's no max size defined (enabled) on the GetLegendGraphics, it responds with memory error (so possibly because the size gets infinite because of zero scale). I thought that it has been the issue in the print layout as well, but I'm not sure

Re: [QGIS-Developer] Stacktrace for crashes under Windows

2019-02-20 Thread Andreas Neumann
Hi all, Yes - I also think that my crash is related to an edit widget in form view (relation reference widget). Unfortunately, I can't reproduce the same crash on Linux - even with a slow db connection the crash doesn't appear on Linux. Shortly before the crash, I get the numeric values in

Re: [QGIS-Developer] Stacktrace for crashes under Windows

2019-02-20 Thread Tom Chadwin
Hi Andreas It *might* be more specific even than that. You suspect your crash might be triggered by an edit widget. Mine definitely is. Thanks Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html

Re: [QGIS-Developer] Stacktrace for crashes under Windows

2019-02-20 Thread Andreas Neumann
Hi Tom, Thank you for the reply. Interesting - seems that in certain cases the crash handler is not appearing on Windows! It doesn't seem generally broken - because I get the crash handler dialogue for other crashes - just not for the ones I am interested in ;-( At least - good to know I

Re: [QGIS-Developer] Stacktrace for crashes under Windows

2019-02-20 Thread Tom Chadwin
Same for me with https://issues.qgis.org/issues/19118. Crashes without the crash handler appearing to give me the trace. Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html

[QGIS-Developer] Plugin [709] xyToPoint approval notification.

2019-02-20 Thread noreply
Plugin xyToPoint approval by pcav. The plugin version "[709] xyToPoint 2.0" is now approved Link: http://plugins.qgis.org/plugins/xyToPoint/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Common PyQGIS functions for QGIS 3

2019-02-20 Thread Nyall Dawson
On Wed, 20 Feb 2019 at 18:38, Thomas Baumann wrote: > > Hi qgis-devs, > > I recently updated 15 QGIS-plugins to be QGIS3-ready. Most of them were self > written (in house) plugins but four of them were also plugins from the > official repository which were written by someone else. > > I noticed

[QGIS-Developer] Stacktrace for crashes under Windows

2019-02-20 Thread Andreas Neumann
Hi, I have a reproducable crash when opening the attribute table in form mode on Windows. Most likely related to some relation reference widget initialization. The same crash doesn't happen on Linux (at least not when the PostgreSQL db is on the same machine). Now - Matthias could have a

Re: [QGIS-Developer] Common PyQGIS functions for QGIS 3

2019-02-20 Thread Matthias Kuhn
Hi Thomas, Recently more and more is added to QGIS in the `qgis.utils` module, for example the latest addition is the `@alg` decorator for processing algorithms [1]. I really like these efforts and more additions are very welcome! From a workflow perspective, it's good to come up with a QEP

Re: [QGIS-Developer] [Qgis-psc] QGIS Voting Member Ballot Results

2019-02-20 Thread Luigi Pirelli
great :) Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli * GitHub: https://github.com/luipir * Mastering

[QGIS-Developer] Common PyQGIS functions for QGIS 3

2019-02-20 Thread Thomas Baumann
Hi qgis-devs, I recently updated 15 QGIS-plugins to be QGIS3-ready. Most of them were self written (in house) plugins but four of them were also plugins from the official repository which were written by someone else. I noticed that there are severals tasks that have many plugins in common like:

[QGIS-Developer] Plugin [412] Qgis2threejs approval notification.

2019-02-20 Thread noreply
Plugin Qgis2threejs approval by pcav. The plugin version "[412] Qgis2threejs 2.3.1" is now approved Link: http://plugins.qgis.org/plugins/Qgis2threejs/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: