Search found 1 match

Search found 1 match Page 1 of 1
by funzoneq
Wed May 13, 2020 8:55 pm
Forum: Problems
Topic: QgsLayerTreeLayer object has no attribute setName
Replies: 2
Views: 16447

I ran into this issue as well. I worked around it by editing:

.qgis2/python/plugins/GniPlannerFTTH/add_layer.py

Comment out line 80 from:

addedLayer.setName(layerTreeName)

to

#addedLayer.setName(layerTreeName)
Search found 1 match Page 1 of 1