mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
WMS server: fix label settings in GetPrint
This commit is contained in:
parent
bdf1ac8d46
commit
28d70c0493
@ -1857,6 +1857,9 @@ void QgsWMSProjectParser::loadLabelSettings( QgsLabelingEngineInterface* lbl ) c
|
||||
//mDrawOutlineLabels
|
||||
// TODO: This should probably always be true (already default) for WMS, regardless of any project setting.
|
||||
// Not much sense to output text-as-text, when text-as-outlines gives better results.
|
||||
|
||||
//save settings into global project instance (QgsMapRendererCustomPainterJob reads label settings from there)
|
||||
pal->saveEngineSettings();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user