Skip to content

Commit

Permalink
WMS server: fix label settings in GetPrint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 19, 2014
1 parent bdf1ac8 commit 28d70c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mapserver/qgswmsprojectparser.cpp
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 28d70c0

Please sign in to comment.