mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Force use of estimated metadata upon loading topologies
This commit is contained in:
parent
b95a5e98c8
commit
0348dd5ce7
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user