qgisred / QGISRed

GNU General Public License v2.0
23 stars 8 forks source link

Error Python Code #124

Closed ebacachu closed 6 months ago

ebacachu commented 8 months ago

When I go to create a project this error occurs: Captura

balks commented 7 months ago

I encounter the same error (mostly in newer versions of QGIS). In qgisred_utils I replaced the integer with "Qgis.RenderUnit.RenderPixels", but in qgisred_selectPoint I had to use "Qgis.MapToolUnit.Pixels".

I'm afraid that QgisRed has some work to do to keep up with the speed of QGIS development.

balks commented 6 months ago

See this thread for a better solution/update: https://github.com/qgisred/QGISRed/issues/126