[QGIS-Developer] Plugin [1633] ArcGIS ImageServer Connector approval notification.

2019-04-10 Thread noreply
Plugin ArcGIS ImageServer Connector approval by pcav. The plugin version "[1633] ArcGIS ImageServer Connector 2.0.0" is now approved Link: http://plugins.qgis.org/plugins/ImageServerConnector/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.or

Re: [QGIS-Developer] No LTR on SUSE repos

2019-04-10 Thread Daniele Viganò
We have packaging for Fedora which is RPM based [0]: it may be used as a starting point for OpenSUSE. Indeed you'll need mostly to change the section about dependencies: names may be different and something may be missing. About numbers: COPR [1] gives a rough estimated number of repo downloads wh

Re: [QGIS-Developer] PyQGIS WMS tiles don't load on Windows

2019-04-10 Thread Tom Chadwin
This confusion will not have been helped by the fact that PyQGIS (I seem to recall) makes XYZ layers inherit from WM(T)S layers. That makes sense from a functional point of view (they're all served rasters), but from a standards/terminology point of view, it's pretty confusing. Tom - Buy Pi

Re: [QGIS-Developer] Why was selection tool behaviour changed in 3.x?

2019-04-10 Thread Tom Chadwin
Hi Cory From memory, there was a lot of discussion about making this change in the vertex editor. It's not true to say that QGIS is an outlier: the rationale behind the change - along with the reasons Jo mentions and increasing the ability to be more accurate if you don't have to hold down the but

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

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

[QGIS-Developer] Plugin [1633] ArcGIS ImageServer Connector approval notification.

2019-04-10 Thread noreply
Plugin ArcGIS ImageServer Connector approval by pcav. The plugin version "[1633] ArcGIS ImageServer Connector 2.0.1" is now approved Link: http://plugins.qgis.org/plugins/ImageServerConnector/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.or

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Thomas Baumann
Hi there, same situation here: QGIS 3.6 crashed several times when trying to close it. regards, Thomas PS: attached is one crash report: h2. User Feedback QGIS Crashed when I tried to close QGIS h2. Report Details *Crash ID*: 62f1fcd2045780cb9f127836e6b579b8665f3e63 *Stack Trace* pro

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Alessandro Pasotti
@thomas : there are already dozen of issue reports with your stacktrace, which is very different from Andrea's. On Wed, Apr 10, 2019 at 3:50 PM Thomas Baumann wrote: > Hi there, > > same situation here: QGIS 3.6 crashed several times when trying to close > it. > > regards, > Thomas > > PS:

[QGIS-Developer] loading attribute table with a lot of fields

2019-04-10 Thread Martin Landa
Hi, I got a strange experience with QGIS (3.4) when opening attribute table with larger number of fields (here 512 fields). Attribute table opens very quickly, but then QGIS freeze for dozens of seconds (not able to scroll attribute table). Do you have similar experience? Known issue? Thanks! Ma

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Jürgen E . Fischer
Hi, On Wed, 10. Apr 2019 at 16:14:50 +0200, Alessandro Pasotti wrote: > @thomas : there are already dozen of issue reports with your stacktrace, > which is very different from Andrea's. namely https://issues.qgis.org/issues/20283, but a clue how to reproduce the issue. People tend to just post

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Jürgen E . Fischer
Hi, On Wed, 10. Apr 2019 at 17:29:01 +0200, Jürgen E. Fischer wrote: > namely https://issues.qgis.org/issues/20283, but a clue how to reproduce the > issue. oops, "a clue" as in "no clue at all". ;) Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-In

Re: [QGIS-Developer] Why was selection tool behaviour changed in 3.x?

2019-04-10 Thread Marco Bernasocchi
Hi On 09.04.19 02:53, Cory Albrecht wrote: > > > Cory Albrecht mailto:m...@hanfastolfe.com>> > > > 8:14 PM (37 minutes ago) > > > to Régis > > Hello Régis, > > Sorry for not being clear - I mean when using the selection tool in > freehand mode. I am definitely not talkin

[QGIS-Developer] Inconsistency in QgsServerRequest parameter handling ?

2019-04-10 Thread David Marteau
Hi devs, I found a strange and seemingly inconsistent behavior when accessing QgsServerRequest parameters: If you try: request.setParameter('FOOBAR','foobar') then request.parameter('FOOBAR') then you get an empty string, If you call request.parameters() Then your get a dictionary with

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread C Hamilton
I will confirm that my QGIS 3.6 crashes as well especially when clicking on the X in the upper right hand corner. I don't know why this has been such a problem over time because it has plagued many versions of qgis. Calvin On Wed, Apr 10, 2019 at 9:50 AM Thomas Baumann wrote: > Hi there, > > sa

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Matthias Kuhn
Hi I can help with the why part of the message: - it has been caused by a wide variety of different reasons over time - these reasons are often very specific to a local setup/project/system environment - because it doesn't cause data loss, the priority is reduced from super-urgent to high That

[QGIS-Developer] Canonical way to customize QGis toolbar icons within themes?

2019-04-10 Thread Sebastian M. Ernst
Hi all, I am looking for a/the canonical way to customize QGis toolbar icons (or, in general, the icons of certain actions throughout QGis), like for instance the icons for "New project" or "Open project" as part of a theme. Themes can contain icons and reference them, see for instance here: http

Re: [QGIS-Developer] Inconsistency in QgsServerRequest parameter handling ?

2019-04-10 Thread David Marteau
To add some precision: Even if I add an 'allowed' parameter by hand: > request.setParameter('FI_POINT_TOLERANCE','25') then > request.parameter('FI_POINT_TOLERANCE') return an empty string > Le 10 avr. 2019 à 19:46, David Marteau a écrit : > > > Hi devs, > > I found a strange and seeming

Re: [QGIS-Developer] No LTR on openSUSE repos

2019-04-10 Thread Patrick Dunford
It looks to me that there is a community of openSUSE users out there building packages. You should try and engage with the people that have built community packages to see if they can develop this package. On 2/04/19 4:01 AM, Yann POUFFARIX wrote: Yes, but still waiting the answer... We still h

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Thomas Baumann
Hi there, @Alessandro Pasotti; thanks for pointing out that there are several persons affected by bugs which cause QGIS3 to crash on exit. I know that my stacktrace is different from Andreas' one. when I said "same here" I was refering to Andreas' statement "We always have crashes on closing QGI

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Nyall Dawson
On Wed, 10 Apr 2019 at 23:50, Thomas Baumann wrote: > > Hi there, > > same situation here: QGIS 3.6 crashed several times when trying to close it. > > QgsCoordinateTransform::transformPolygon : > QgsCoordinateTransform::transformPolygon : > QgsCoordinateTransform::QgsCoordinateTransform : > QHash

Re: [QGIS-Developer] Crashes on closing QGIS

2019-04-10 Thread Matthias Kuhn
On 4/10/19 11:05 PM, Nyall Dawson wrote: > On Wed, 10 Apr 2019 at 23:50, Thomas Baumann > wrote: >> Hi there, >> >> same situation here: QGIS 3.6 crashed several times when trying to close it. >> >> QgsCoordinateTransform::transformPolygon : >> QgsCoordinateTransform::transformPolygon : >> QgsCoo

Re: [QGIS-Developer] Bug #21460?

2019-04-10 Thread Patrick Dunford
Thanks for that information. I was unaware there really is such a small community of developers. I guess that Gis software is specialised enough that there is not general interest to attract the wider community support that some of the major open source projects produce, whether this is a larg

Re: [QGIS-Developer] Inconsistency in QgsServerRequest parameter handling ?

2019-04-10 Thread pblottiere
Hi David, > If you try: > > request.setParameter('FOOBAR','foobar') > > then > > request.parameter('FOOBAR') > > then you get an empty string, >> Even if I add an 'allowed' parameter by hand: >> >>> request.setParameter('FI_POINT_TOLERANCE','25') Actually, QgsServerRequest and QgsServerParamete

Re: [QGIS-Developer] Inconsistency in QgsServerRequest parameter handling ?

2019-04-10 Thread David Marteau
> Le 10 avr. 2019 à 23:21, pblottiere a écrit : > > Hi David, > > >> If you try: >> >> request.setParameter('FOOBAR','foobar') >> >> then >> >> request.parameter('FOOBAR') >> >> then you get an empty string, >>> Even if I add an 'allowed' parameter by hand: >>> request.setParameter(

[QGIS-Developer] Advice? Sneaky trick for call out labels

2019-04-10 Thread Tim Sutton
Hi Friends So I am using logic like this* to make call out labels using a geometry generator: make_line( closest_point($geometry, make_point( "auxiliary_storage_labeling_positionx" , "auxiliary_storage_labeling_positiony" )), make_point( "auxiliary_storage_labeling_positionx" , "auxiliar

Re: [QGIS-Developer] Advice? Sneaky trick for call out labels

2019-04-10 Thread Tim Sutton
To clarify a little, I am trying to avoid the label text crossing the call-out line. Regards Tim > On 10 Apr 2019, at 23:02, Tim Sutton wrote: > > Hi Friends > > So I am using logic like this* to make call out labels using a geometry > generator: > > make_line( > closest_point($geometry,

Re: [QGIS-Developer] Inconsistency in QgsServerRequest parameter handling ?

2019-04-10 Thread Alessandro Pasotti
On Wed, Apr 10, 2019 at 11:37 PM David Marteau wrote: > > > Le 10 avr. 2019 à 23:21, pblottiere a > écrit : > > > > Hi David, > > > > > >> If you try: > >> > >> request.setParameter('FOOBAR','foobar') > >> > >> then > >> > >> request.parameter('FOOBAR') > >> > >> then you get an empty string, >

Re: [QGIS-Developer] Advice? Sneaky trick for call out labels

2019-04-10 Thread Régis Haubourg
Hi Tim, You can have a look at easycustomlabeling plugin code. It's sets those expressions for label alignement. FYI I should be working on a new version of it taking profit of the geometry generators power soon , and we might be able to revive the QEP47 to revive the idea of porting this natively

Re: [QGIS-Developer] Advice? Sneaky trick for call out labels

2019-04-10 Thread Tim Sutton
Hi Alexis, Régis and Nyall I went with Nyall’s approach for now since I was 90% there and he gave me the last nudge I needed :-) I used data defined alignments: Here are the expressions I used for horizontal: if ( X(closest_point($geometry, make_point( "auxiliary_storage_labeling_positio

Re: [QGIS-Developer] Advice? Sneaky trick for call out labels

2019-04-10 Thread Régis Haubourg
HI Tim, the old plugin is crappy as it was made before the auxiliary data storage and the geometry generator awesome features. The expression used are exactly similar to Nyall's advice. The next plugin will just be a helper to set all those expressions and geometry generator style for users. I stil