Re: [QGIS-Developer] Who manages the PR queue?

2023-01-29 Thread Andrea Giudiceandrea via QGIS-Developer
*Andrea Giudiceandrea* /Fri Jan 27 00:04:36 PST 2023/ Is the line "Send a message to Marco Hugentobler (who manages the PR queue)." still valid? Should it be removed or updated? A PR to remove such line from the Developers

[QGIS-Developer] Debugging helpers in qt creator under python 3.11 -- solution

2023-01-29 Thread Nyall Dawson via QGIS-Developer
Hey list, Just in case anyone else is running into this Qt Creator bug : on systems with Python 3.11 current Qt Creator versions have broken debugging helpers, which means you can't see the contents of QString/QList/... (making QGIS debug much more painful then it should be!) The bug is described

Re: [QGIS-Developer] How to set defaults to QgsProcessingParameterMultipleLayers

2023-01-29 Thread Nyall Dawson via QGIS-Developer
On Sat, 28 Jan 2023 at 05:35, C Hamilton via QGIS-Developer wrote: > > I just received a request to update the Density Analysis plugin density hash > algorithms so they work with multiple layers and produce one density map > based off of multiple input layers. In the algorithm I have replaced >

[QGIS-Developer] Heads up: queued LTR branch now targets 3.28

2023-01-29 Thread Nyall Dawson via QGIS-Developer
Hi all, Quick heads up: Given 3.22 is effectively EOL upstream, the queued LTR fix branch on github now targets the 3.28 LTR release. Nyall ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinf

Re: [QGIS-Developer] Autocomplete python code in QGIS compiled

2023-01-29 Thread Nyall Dawson via QGIS-Developer
On Tue, 10 Jan 2023 at 02:13, matteo via QGIS-Developer wrote: > > Hi all, > > maybe that's a silly question, but with all the self compiled QGIS > versions that I have (3.22, 3.28, master, ecc) QGIS is not > autocompleting the code, not in the console, editor, Processing script, > macros, etc etc

[QGIS-Developer] Issue reading world_map.gpkg

2023-01-29 Thread afernandez via QGIS-Developer
Hello, I'm trying to automate changes in the projection used by the map canvas. If I open the python console and use the following command sequence: novus_CRS = '+proj=lcc +lat_1c.0 +lat_2u.0 +lat_0p.0 +lon_0=-97.0 +datum=WGS84 +no_defs' crs = QgsCoordinateReferenceSystem.fromProj4(novus_CRS) qgsP