mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Activates rendering optimisation
This commit is contained in:
parent
69a5de1cdb
commit
b019bfe486
@ -1139,6 +1139,9 @@ namespace QgsWms
|
||||
|
||||
// add labeling engine settings
|
||||
mapSettings.setLabelingEngineSettings( mProject->labelingEngineSettings() );
|
||||
|
||||
// enable rendering optimization
|
||||
mapSettings.setFlag( QgsMapSettings::UseRenderingOptimization );
|
||||
}
|
||||
|
||||
QDomDocument QgsRenderer::featureInfoDocument( QList<QgsMapLayer *> &layers, const QgsMapSettings &mapSettings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user