We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent bdf1ac8 commit 28d70c0Copy full SHA for 28d70c0
src/mapserver/qgswmsprojectparser.cpp
@@ -1857,6 +1857,9 @@ void QgsWMSProjectParser::loadLabelSettings( QgsLabelingEngineInterface* lbl ) c
1857
//mDrawOutlineLabels
1858
// TODO: This should probably always be true (already default) for WMS, regardless of any project setting.
1859
// Not much sense to output text-as-text, when text-as-outlines gives better results.
1860
+
1861
+ //save settings into global project instance (QgsMapRendererCustomPainterJob reads label settings from there)
1862
+ pal->saveEngineSettings();
1863
}
1864
1865
0 commit comments