WMS Server: Allow empty labels in highlighting

This commit is contained in:
Marco Hugentobler 2024-03-05 17:41:36 +01:00
parent b17714ceb5
commit 565b184737

View File

@ -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