Skip to content

Commit

Permalink
[server] Fixes issue when selecting multiple ids
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Feb 23, 2018
1 parent 70c68df commit 37b47c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsparameters.cpp
Expand Up @@ -1658,7 +1658,7 @@ namespace QgsWms

QStringList QgsWmsParameters::selections() const
{
return toStringList( ParameterName::SELECTION );
return toStringList( ParameterName::SELECTION, ';' );
}

QStringList QgsWmsParameters::opacities() const
Expand Down

0 comments on commit 37b47c6

Please sign in to comment.