mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
WMS Server: Allow empty labels in highlighting
This commit is contained in:
parent
b17714ceb5
commit
565b184737
@ -1360,7 +1360,7 @@ namespace QgsWms
|
||||
|
||||
QStringList QgsWmsParameters::highlightLabelString() const
|
||||
{
|
||||
return mWmsParameters.value( QgsWmsParameter::HIGHLIGHT_LABELSTRING ).toStringList( ';' );
|
||||
return mWmsParameters.value( QgsWmsParameter::HIGHLIGHT_LABELSTRING ).toStringList( ';', false );
|
||||
}
|
||||
|
||||
QStringList QgsWmsParameters::highlightLabelSize() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user