GIS/QGIS

[PYQGIS] Layer samples

프란5 2019. 9. 6. 15:17
반응형

vl = QgsProject.instance().mapLayersByName( 'TEST' )[0]
iface.setActiveLayer(vl)

반응형