Force use of estimated metadata upon loading topologies

This commit is contained in:
Sandro Santilli 2016-10-05 12:17:33 +02:00
parent b95a5e98c8
commit 0348dd5ce7

View File

@ -108,6 +108,9 @@ def run(item, action, mainwindow):
provider = db.dbplugin().providerName()
uri = db.uri()
# Force use of estimated metadata (topologies can be big)
uri.setUseEstimatedMetadata( True )
# FACES
group = legend.addGroup(u'Faces', False, supergroup)