[QGIS-Developer] No new OSGeo4W builds for a moment?

2024-10-24 Thread DelazJ via QGIS-Developer
Hi, It looks like there is no recent Windows build for QGIS (no recent nightlies, and the weekly is 10 days old). No new package for days when running osgeo4w installer and nothing new at https://ftp.osuosl.org/pub/osgeo/download/QGIS/windows Thanks for any fix. Regards, Harrissou

Re: [QGIS-Developer] How to turn on CustomLayerOrder (PyQGIS)

2024-10-24 Thread David Signer via QGIS-Developer
First you have to retrieve the current layertree to do modifications: tree = QgsProject.instance().layerTreeRoot() ...and after setting your order: tree.setCustomLayerOrder(layersII) ...you have to set that a layer order should be considered: tree.setHasCustomLayerOrder(True) On Wed, Oct 23, 2024