Re: [QGIS-Developer] Can I automatically style a layer generated with a Processing Sink?

2018-09-11 Thread Matteo Ghetta
Hi Calvin, I think the way to proceed is to use the processing set style for vector layer algorithm within the script. You can have a look also at this thread: https://lists.osgeo.org/pipermail/qgis-developer/2018-May/053513.html Hope this helps Cheers Matteo

Re: [QGIS-Developer] QgsAbstractProcessingParameterWidgetWrapper problems in Processing

2018-09-11 Thread Matteo Ghetta
Hi Harrissou, > See https://issues.qgis.org/issues/19813. How recent is your build? 3/4 days ago, sorry for the noise and thanks for the quick reply Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Plugin [334] Zoom To Postcode approval notification.

2018-09-11 Thread noreply
Plugin Zoom To Postcode approval by pcav. The plugin version "[334] Zoom To Postcode 1.0" is now approved Link: http://plugins.qgis.org/plugins/ZoomToPostcode/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Debian testing - buster bug

2018-09-11 Thread Richard Duivenvoorde
On 09/11/2018 09:20 PM, Sebastiaan Couwenberg wrote: > Wait for libqt5network5 (5.11.1+dfsg-8) to migrate to testing [0]. It > contains a change to not require openssl 1.1.1 in testing to fix #907774 > [1]. > > [0] https://qa.debian.org/excuses.php?package=qtbase-opensource-src > [1]

Re: [QGIS-Developer] Debian testing - buster bug

2018-09-11 Thread Sebastiaan Couwenberg
On 9/11/18 8:06 PM, Richard Duivenvoorde wrote: > On 09/11/2018 03:59 PM, Sebastiaan Couwenberg wrote: >> The underlaying issue is the removal of TLS < 1.2 support by default in >> openssl 1.1.1, see: Debian Bug #875423 [0]. >> >> TLS 1.0 and/or 1.1 support needs to be enabled explicitly using >>

Re: [QGIS-Developer] Can I automatically style a layer generated with a Processing Sink?

2018-09-11 Thread David Marteau
Hi, In python you may check the `processing.core.Processing.RenderingStyles` that enable you to associate a style (as a qml file) to a pair (alg, output). It is also possible to do that from the Qgis GUI ( but I do not remember the details ). > Le 11 sept. 2018 à 20:00, C Hamilton a écrit

Re: [QGIS-Developer] Debian testing - buster bug

2018-09-11 Thread Richard Duivenvoorde
On 09/11/2018 03:59 PM, Sebastiaan Couwenberg wrote: > The underlaying issue is the removal of TLS < 1.2 support by default in > openssl 1.1.1, see: Debian Bug #875423 [0]. > > TLS 1.0 and/or 1.1 support needs to be enabled explicitly using > SSL_CTX_set_min_proto_version() or

[QGIS-Developer] Can I automatically style a layer generated with a Processing Sink?

2018-09-11 Thread C Hamilton
In a processing routine I create an output vector layer. self.addParameter( QgsProcessingParameterFeatureSink( self.PrmOutputLayer, tr('Output layer')) ) (sink, dest_id) = self.parameterAsSink(parameters,

Re: [QGIS-Developer] QgsAbstractProcessingParameterWidgetWrapper problems in Processing

2018-09-11 Thread DelazJ
Hi Matteo, See https://issues.qgis.org/issues/19813. How recent is your build? Regards, Harrissou Le mar. 11 sept. 2018 à 18:13, Matteo Ghetta a écrit : > Hi devs, > > I get his error with the random points in extent algorithm: > > AttributeError: 'QgsAbstractProcessingParameterWidgetWrapper'

[QGIS-Developer] QgsAbstractProcessingParameterWidgetWrapper problems in Processing

2018-09-11 Thread Matteo Ghetta
Hi devs, I get his error with the random points in extent algorithm: AttributeError: 'QgsAbstractProcessingParameterWidgetWrapper' object has no attribute 'value' Traceback (most recent call last): File

Re: [QGIS-Developer] On precision in qgsRound() (3.3.0 master)

2018-09-11 Thread andreaerdna
Nyall Dawson wrote > On Mon, 10 Sep 2018 at 20:04, andreaerdna > andreaerdna@ > wrote: >> 'scaleFactor' should be qlonglong in order to correctly store at least >> the >> 12th power of 10 > > Yes, that looks correct! Can you open a PR with a test case fixing this? I'm not sure if this simple

[QGIS-Developer] QGIS 3 does not allow to embed layers from qgz project files

2018-09-11 Thread magerlin
In Qgis 3 "Embed Layers and Groups" only allows to embed from qgs files, not qgz: I can write *.qgz myself in the filename field and the qgz files appear but Qgis crashes when I try to use one of them: Crash ID:

Re: [QGIS-Developer] Should we disable Processing modeler for the next 3.4?

2018-09-11 Thread Stefan Keller
I have had problems QGIS 2.x.x versions with Processing time ago. Now I hope to have time to test 3.4 these days. Speaking about GRASS: It's a long time wish from me that there would be a QGIS delivery (via Installers) where GRASS and SAGA are optional. I've had so many experiences in teaching

Re: [QGIS-Developer] Debian testing - buster bug

2018-09-11 Thread Sebastiaan Couwenberg
The underlaying issue is the removal of TLS < 1.2 support by default in openssl 1.1.1, see: Debian Bug #875423 [0]. TLS 1.0 and/or 1.1 support needs to be enabled explicitly using SSL_CTX_set_min_proto_version() or SSL_set_min_proto_version() as mentioned in Message #70 [1]. There is a separate

Re: [QGIS-Developer] Update an intermediate table with selected features (many-to-many relationship)

2018-09-11 Thread Matthias Kuhn
Hi Alice Many-to-many functionality is available in QGIS, see here: https://gis.stackexchange.com/a/233944/9839 usability-wise it's sometimes still a bit tricky though. Regards Matthias On 09/11/2018 03:21 PM, Alice MARTIN wrote: > Hello, > > I'm a QGIS user and I need information about a

[QGIS-Developer] Update an intermediate table with selected features (many-to-many relationship)

2018-09-11 Thread Alice MARTIN
Hello, I'm a QGIS user and I need information about a QGIS functionnality which doesn't exist yet to my knowledge. Here's my problem : I have a PostgreSQL database with two tables : - The first one contains geometry data defining hiking sections - The second one contains a list of trails One

Re: [QGIS-Developer] Debian testing - buster bug

2018-09-11 Thread Paolo Cavallini
Apparently it is different: Error while setting the maximum protocol version Anyone has the same issue? Thanks. Il 09/11/2018 02:29 PM, Paolo Cavallini ha scritto: > > I cannot download the list of plugins from qgis - could it be the same > issue? > > thanks Tudor > > > Il 09/11/2018 07:28

Re: [QGIS-Developer] Debian testing - buster bug

2018-09-11 Thread Paolo Cavallini
I cannot download the list of plugins from qgis - could it be the same issue? thanks Tudor Il 09/11/2018 07:28 AM, Tudor Barascu ha scritto: > Hi, > > It's been a day or two since upgrading the latest packages for Debian > testing (buster) and I couldn't add new WMS/WMTS layers (or use any >

[QGIS-Developer] Plugin [850] changeDataSource approval notification.

2018-09-11 Thread noreply
Plugin changeDataSource approval by pcav. The plugin version "[850] changeDataSource 3.0" is now approved Link: http://plugins.qgis.org/plugins/changeDataSource/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Should we disable Processing modeler for the next 3.4?

2018-09-11 Thread Luigi Pirelli
On Tue, 11 Sep 2018 at 01:06, Nyall Dawson wrote: > Hell no! (no wait, that's not strong enough...! #$%#$% no!!!) ;) > ;) I know my mail was a bomb! > I think the issue with grass is more to do with "running more than one > GRASS algorithm in a single qgis session". > that's could be a