Skip to content

Commit 28d70c0

Browse files
committedJun 19, 2014
WMS server: fix label settings in GetPrint
1 parent bdf1ac8 commit 28d70c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/mapserver/qgswmsprojectparser.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,6 +1857,9 @@ void QgsWMSProjectParser::loadLabelSettings( QgsLabelingEngineInterface* lbl ) c
18571857
//mDrawOutlineLabels
18581858
// TODO: This should probably always be true (already default) for WMS, regardless of any project setting.
18591859
// 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();
18601863
}
18611864
}
18621865

0 commit comments

Comments
 (0)
Please sign in to comment.