Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread Jésahel Benoist via QGIS-Developer
The last tool in my plugin https://github.com/djes/MultipleLayersTools does this. Please note that in DB, style is linked to only one layer that could be used in misc layers in QGIS. Another trick is to change the default keyboard shortcut. Personally, I'm using 'B' to copy style. 'N' to paste.

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread C Hamilton via QGIS-Developer
I like your idea about changing the style in the style manger and having it apply to all the styles that are linked to it. That could be very useful. On Thu, Jan 19, 2023 at 9:36 AM Sebastian Gutwein wrote: > Calvin, > If I have a lot of files that I want to coordinate the style of I put them >

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread Sebastian Gutwein via QGIS-Developer
Calvin, If I have a lot of files that I want to coordinate the style of I put them in a group. Then I change one layer and do the copy style trick and then paste it on to the group. This will apply that style to all the layers in the group that are compatible. As far as coordinating styles

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread C Hamilton via QGIS-Developer
The other aspect of this that I didn't mention is that my users create their own styles which they save ("Save Symbol") under their own tags. This is all available under the "Layer Styling" panel. When they click on one of their styles they would like it applied to all selected layers, but because

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread Richard Duivenvoorde via QGIS-Developer
Ah, sorry now I understand. Yes that would be cool, so instead of the dropdown in the Layer Styling panel, you would have an option to select more layers... and apply to all of those the changed you do in the layer styling panel. One thing I'm thinking of, is what to show as 'current'

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread C Hamilton via QGIS-Developer
Richard, We tend to operate on older versions of software so I see that the latest has this, but what 3.28 does not do is when you are using the Layer Styling panel, it only works with one layer. Once that layer is set then you can copy and paste it to the rest, but it would be really nice if you

Re: [QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread Richard Duivenvoorde via QGIS-Developer
Hi Calvin, If I load a layer, duplicate it twice more. Restyle the first layer, Copy Style (of that first one) Then select both other layers in the layer list (select click) Then Paste Style Then both other layers get that style? That is not what you mean? Or do you want to have some ui for

[QGIS-Developer] Apply style to all selected layers and groups

2023-01-19 Thread C Hamilton via QGIS-Developer
I keep having users come to me and ask why QGIS does not allow the ability to apply a style to all selected layers and groups of layers. As far as I know this does not exist. I added a routine to do this in the Density Analysis plugin, but this capability really should be a part of the core Layer

Re: [QGIS-Developer] language dependency qgis_process

2023-01-19 Thread Michael Hälsig via QGIS-Developer
Hi Richard & Raymond, thank you for looking into this issue. E.g. the algorithm (native:calculatevectoroverlaps) creates a new field in the output layer, which gives the percentage of the overlap ('Buffered_pc'). In the moment, calling this function in a model inside the QGIS client, the field

Re: [QGIS-Developer] How to generate custom installer on windows 10

2023-01-19 Thread Jürgen E . Fischer via QGIS-Developer
On Wed, 18. Jan 2023 at 13:30:45 -0500, Deimer Caldera via QGIS-Developer wrote: > Previously I generate a custom build and now I'm trying to generate an > installer using the file creatensis.pl, but the script fail, viewing the file > content I see that url http://download.osgeo.org/osgeo4w on

Re: [QGIS-Developer] language dependency qgis_process

2023-01-19 Thread Raymond Nijssen via QGIS-Developer
Hi Michael, I agree with Richard that algorithm outputs should not be different when using other locales. However, there's a Rename Field algorithm (native:renametablefield) that might be useful for you. Kind regards, Raymond On 19-01-2023 08:37, Richard Duivenvoorde via QGIS-Developer