Monday 28 October 2019

pyqgis - Determining when layer visibility is turned ON or OFF (changed) in QGIS plugin?


I need to update a vector layer's data when the visibility is turned back on. My update does not occur when the visibility is off.


To what signal do I need to connect to catch the visibility change?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...