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

2018-09-12 Thread Richard Duivenvoorde
On 09/11/2018 10:31 PM, Tudor barascu wrote: > hi richard, > > to quote from my first message > “the temporary workaround is to install > libqt5network5_5.11.1+dfsg-6_amd64.deb over the latest > libqt5network5_5.11.1+dfsg-7_amd64.deb” > > I did this and qgis master works just fine from source. >

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

2018-09-12 Thread Olivier Dalang
There's the possibility to set styles to the output of a saved model by right-clicking on it (I think it's the GUI David was mentionning). I'm not sure but this as well as Matteo's methods rely on external .qml files, which is not ideal for models portability. It would be a great addition to be ab

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

2018-09-12 Thread Régis Haubourg
Hi, could you file an issue in issues.qgis.org? Cheers Régis -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/list

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

2018-09-12 Thread C Hamilton
Nyall, Thank you so much for your help. That was exactly what I needed and I don't think I would have figured that one out. Calvin Actually the best approach is to use a layer post processor. This is > flexible and totally thread-safe :) > > I don't think there's any Python examples in QGIS yet

[QGIS-Developer] Discussing default snapping and node editing settings

2018-09-12 Thread Andreas Neumann
Hi, I noticed that by default QGIS is set to edit ALL layers and also snaps to ALL layer by default. I do think that this is a bad default setting, esp. with larger projects. We had issues because users had WFS layers in their project (read only, as reference) and QGIS tries to index these WFS

Re: [QGIS-Developer] Discussing default snapping and node editing settings

2018-09-12 Thread Régis Haubourg
Hi, +1 ! However, I see lots of customers switching to the "Snap all layer" settings, "because it is simpler". And then they face very slow snapping index creation issues. In the QWAT project, we have been thinking of exposing the indexing strategies in the UI of the advanced snapping. see here: h

Re: [QGIS-Developer] Discussing default snapping and node editing settings

2018-09-12 Thread Denis Rouzaud
Hi all, Another idea would be to add a new mode 'All layers but the remote ones'. Anyway, I agree that default mode should be 'current layer'. Actually, we just miss a new option in main settings to define the default mode (there is already the default type). Denis Le mer. 12 sept. 2018 à 12:11

Re: [QGIS-Developer] Discussing default snapping and node editing settings

2018-09-12 Thread Aurelio Pires
Hi, Editing the active layer is appropriate, but you may need to snap to another layer even if it is for reference. The best would be for the user to be able to tell which layers to use as a snap. APires On 2018-09-12 15:57, Andreas Neumann wrote: Hi, I noticed that by default QGIS is set

Re: [QGIS-Developer] Discussing default snapping and node editing settings

2018-09-12 Thread Denis Rouzaud
Hi Aurelio, That's what the advanced digitizing mode is made for, you can define per layer settings. Denis Le mer. 12 sept. 2018 à 13:13, Aurelio Pires a écrit : > Hi, > > Editing the active layer is appropriate, but you may need to snap to > another layer even if it is for reference. > The be

Re: [QGIS-Developer] Discussing default snapping and node editing settings

2018-09-12 Thread Carlo A. Bertelli (Charta s.r.l.)
If the most frequent case is snapping to the same or to one or two other layers, is not a good idea to ask the user to resort to advanced settings. The proposed idea to put the choice of layers in the basic snapping options seems a reasonable solution IMHO. About WFS - but this is true for remote

Re: [QGIS-Developer] Discussing default snapping and node editing settings

2018-09-12 Thread Nyall Dawson
On Thu, 13 Sep 2018 at 02:54, Denis Rouzaud wrote: > > Hi all, > > Another idea would be to add a new mode 'All layers but the remote ones'. This would be my preference. I'd be concerned about exposing all the indexing strategies in fear of much added ui complexity. > Anyway, I agree that defaul

Re: [QGIS-Developer] QgsAbstractProcessingParameterWidgetWrapper problems in Processing

2018-09-12 Thread Nyall Dawson
On Wed, 12 Sep 2018 at 15:23, Matteo Ghetta wrote: > > 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 Should all be fixed - please report any remaining issues. Nyall > > Cheers > > Ma

Re: [QGIS-Developer] Export PDFs from the processing modeler

2018-09-12 Thread Olivier Dalang
Hi, I've setup together a quick prototype : https://github.com/olivierdalang/processingpdf It's a plugin that adds an "Export as PDF" algorithm. You can have a look at the readme which provides a little bit more info. There's a sample project including a processing model that uses the Export to

Re: [QGIS-Developer] Programmatically iterate over features with Processing in QGIS 3

2018-09-12 Thread DelazJ
Hi, CCing to qgis-dev as nobody in community seems... inspired by the question and I'd like to close that old PR and rebase other changes. Thanks for any hint. Harrissou Le mar. 11 sept. 2018 à 18:12, DelazJ a écrit : > Hi all, > > QGIS documentation states [0] that Processing can be used to i