Re: [Qgis-user] Change properties of multiple layer at once

2022-04-04 Thread C Hamilton via Qgis-user
gt; *Von:* "L.W. via Qgis-user" > *An:* "Raymond Nijssen" , qgis-user@lists.osgeo.org > *Betreff:* Re: [Qgis-user] Change properties of multiple layer at once > May you change the style itself and set the same style to all layers. > > You can change i.e. color of lines b

Re: [Qgis-user] Change properties of multiple layer at once

2022-04-04 Thread Etienne Trimaille via Qgis-user
> > Regards, > Roland > > > *Gesendet:* Freitag, 01. April 2022 um 10:37 Uhr > *Von:* "L.W. via Qgis-user" > > *An:* "Raymond Nijssen" , > qgis-user@lists.osgeo.org > *Betreff:* Re: [Qgis-user] Change properties of multiple layer at once >

Re: [Qgis-user] Change properties of multiple layer at once

2022-04-01 Thread L.W. via Qgis-user
*An:* "Raymond Nijssen" , qgis-user@lists.osgeo.org *Betreff:* Re: [Qgis-user] Change properties of multiple layer at once May you change the style itself and set the same style to all layers. You can change i.e. color of lines by "type of line" / attribute values so you can us

Re: [Qgis-user] Change properties of multiple layer at once

2022-04-01 Thread Roland Spielhofer via Qgis-user
- was just curious if there is an elegant way to do this and save time next time.   Regards, Roland     Gesendet: Freitag, 01. April 2022 um 10:37 Uhr Von: "L.W. via Qgis-user" An: "Raymond Nijssen" , qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Change properti

Re: [Qgis-user] Change properties of multiple layer at once

2022-04-01 Thread L.W. via Qgis-user
May you change the style itself and set the same style to all layers. You can change i.e. color of lines by "type of line" / attribute values so you can use one style for multiple layers. Am 01.04.2022 um 10:13 schrieb Raymond Nijssen via Qgis-user: Don't know how to do that using the GUI,

Re: [Qgis-user] Change properties of multiple layer at once

2022-04-01 Thread Raymond Nijssen via Qgis-user
Don't know how to do that using the GUI, but for the opacity you can use these 2 lines of python in the QGIS python console. It will set all your selected layers to 50% opacity. for layer in iface.layerTreeView().selectedLayers(): layer.setOpacity(.5) I think the stroke style is harder

[Qgis-user] Change properties of multiple layer at once

2022-04-01 Thread Roland Spielhofer via Qgis-user
Hi, I have a set of similar layers where I would like to change certain properties for all layers in the same way. * change opacity to 50% * change stroke style to "no pen"   When I select multiple layers and open properties -> symbology, I just change the styling of the first layer, not for