Skip to content

Commit

Permalink
Update src/server/services/wms/qgswmsparameters.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Pasotti <elpaso@itopen.it>
  • Loading branch information
mhugent and elpaso committed Apr 21, 2023
1 parent 7d27d6b commit a4d806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsparameters.cpp
Expand Up @@ -2348,7 +2348,7 @@ namespace QgsWms
const QMap<QgsWmsParameters::PdfFormatOption, QString> options = formatOptions<QgsWmsParameters::PdfFormatOption>();
if ( options.contains( PdfFormatOption::PREDEFINED_MAP_SCALES ) )
{
QStringList scaleList = options[PdfFormatOption::PREDEFINED_MAP_SCALES].split( "," );
QStringList scaleList = options[PdfFormatOption::PREDEFINED_MAP_SCALES].split( ',' );
for ( const auto &it : scaleList )
{
bool ok = false;
Expand Down

0 comments on commit a4d806b

Please sign in to comment.