-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Les métadonnées des couches ne sont pas conservées lorsque celles-ci sont ouvertes par l'utilisateur. (Mais les styles oui)
idg-qgis-plugin/plugin/idg/browser/browser.py
Lines 231 to 235 in cedaa38
def addLayer(self): | |
self.layer.setDataSource( | |
self.layer.source(), self.layer.name(), self.layer.providerType() | |
) # Reset datasource, à cause du flag FlagDontResolveLayers | |
QgsProject.instance().addMapLayer(self.layer) |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working