Re: [QGIS-Developer] [Qgis-user] New Features in Shape Tools 3.2.0

2018-09-24 Thread Kristian Evers
Hi Paolo, I have some rought notes that I can try to polish up a bit and share here. I'll see if I can find the time for that today. I didn't get to the bottom of the problem but I am leaning towards the issue being that QGIS uses an inferior algorithm to determine geodesics. Unfortunately I could

Re: [QGIS-Developer] is_layer_active expression

2018-09-24 Thread Otto Dassau
thanks for the info Nyall! Regards, Otto Am Tue, 25 Sep 2018 16:37:38 +1000 schrieb Nyall Dawson : > On Mon, 24 Sep 2018 at 19:20, Otto Dassau wrote: > > > > Dear Devs, > > > > in QGIS 3 I found the expression "is_layer_active" within the copyright > > decoration very useful. I would like to u

Re: [QGIS-Developer] is_layer_active expression

2018-09-24 Thread Nyall Dawson
On Mon, 24 Sep 2018 at 19:20, Otto Dassau wrote: > > Dear Devs, > > in QGIS 3 I found the expression "is_layer_active" within the copyright > decoration very useful. I would like to use this expression also within the > print composer, but it seems to be not available there. Confirmed -- fix inco

Re: [QGIS-Developer] [Qgis-user] New Features in Shape Tools 3.2.0

2018-09-24 Thread Paolo Cavallini
Hi Kristian, Il 09/25/2018 07:24 AM, Kristian Evers ha scritto: > > > On a related note, I have been meaning to raise a similar issue based > on QGIS’s not so accurate polygon-area-on-the-ellipsoid calculations. > A colleague of mine came across some differences between QGIS and > CARIS LOTS whil

Re: [QGIS-Developer] [Qgis-user] New Features in Shape Tools 3.2.0

2018-09-24 Thread Kristian Evers
Nyall, that would be a very welcome addition to QGIS! Let me know if I can be of assistance to you in that regard (I suspect documentation might be the biggest issue…). Calvin, The functionality that PROJ exposes from GeographicLib is seen in the geodesic.h header [0]. I am not entirely sure

[QGIS-Developer] Plugin [1195] MPA Post-Hoc Accounting approval notification.

2018-09-24 Thread noreply
Plugin MPA Post-Hoc Accounting approval by pcav. The plugin version "[1195] MPA Post-Hoc Accounting 0.9 Experimental" is now approved Link: http://plugins.qgis.org/plugins/MPAPostHocAccounting/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.

[QGIS-Developer] Plugin [1195] MPA Post-Hoc Accounting approval notification.

2018-09-24 Thread noreply
Plugin MPA Post-Hoc Accounting approval by pcav. The plugin version "[1195] MPA Post-Hoc Accounting 0.10 Experimental" is now approved Link: http://plugins.qgis.org/plugins/MPAPostHocAccounting/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo

Re: [QGIS-Developer] [Qgis-user] New Features in Shape Tools 3.2.0

2018-09-24 Thread Nyall Dawson
On Tue, 25 Sep 2018 at 06:49, C Hamilton wrote: > > Nyall, > > Thanks for your confidence and encouragement. I would be interested, but > don't know where to begin. Shape Tools relies on geographiclib which is > slightly more accurate than Vincinty. Geographlib is not a library that is > includ

Re: [QGIS-Developer] [Qgis-user] New Features in Shape Tools 3.2.0

2018-09-24 Thread C Hamilton
Nyall, Thanks for your confidence and encouragement. I would be interested, but don't know where to begin. Shape Tools relies on geographiclib which is slightly more accurate than Vincinty. Geographlib is not a library that is included with the OSGeo distribution. However, as of the past several y

[QGIS-Developer] qgis 3: proper way to kill a long running processing alghorithm

2018-09-24 Thread enrico chiaradia
Hi list, what is the proper way to stop a very long processing alghorithm running in QGIS 3 in a python plugin? In my plugin under QGIS 2, I assigned to the GeoAlgorithm a custom AlgorithmDialog that stops the running thread when the "closing event" happens (i.e. when the user clicks on the cl

[QGIS-Developer] Plugin [407] geopunt4Qgis approval notification.

2018-09-24 Thread noreply
Plugin geopunt4Qgis approval by pcav. The plugin version "[407] geopunt4Qgis 2.0.2" is now approved Link: http://plugins.qgis.org/plugins/geopunt4Qgis/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mail

[QGIS-Developer] Plugin [998] Standard Deviational Ellipse approval notification.

2018-09-24 Thread noreply
Plugin Standard Deviational Ellipse approval by pcav. The plugin version "[998] Standard Deviational Ellipse 1.2.3" is now approved Link: http://plugins.qgis.org/plugins/SDEllipse/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [998] Standard Deviational Ellipse approval notification.

2018-09-24 Thread noreply
Plugin Standard Deviational Ellipse approval by pcav. The plugin version "[998] Standard Deviational Ellipse 3.0.3" is now approved Link: http://plugins.qgis.org/plugins/SDEllipse/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] is_layer_active expression

2018-09-24 Thread Otto Dassau
Dear Devs, in QGIS 3 I found the expression "is_layer_active" within the copyright decoration very useful. I would like to use this expression also within the print composer, but it seems to be not available there. Is this correct, are expressions not available all over QGIS within the expression

Re: [QGIS-Developer] QgsRubberband

2018-09-24 Thread Adam Borczyk
Hi, thanks for your answer. Seems memory layer is the only way to go. Best regards On Sun, 23 Sep 2018 at 22:38, Tim Sutton wrote: > Hi Adam > > I think the idiomatic way to do this would be to rather make (convert > rubber bands to) a memory layer with some features that you need displayed > f