Skip to content

Commit a4d806b

Browse files
mhugentelpaso
andauthoredApr 21, 2023
Update src/server/services/wms/qgswmsparameters.cpp
Co-authored-by: Alessandro Pasotti <elpaso@itopen.it>
1 parent 7d27d6b commit a4d806b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/services/wms/qgswmsparameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,7 @@ namespace QgsWms
23482348
const QMap<QgsWmsParameters::PdfFormatOption, QString> options = formatOptions<QgsWmsParameters::PdfFormatOption>();
23492349
if ( options.contains( PdfFormatOption::PREDEFINED_MAP_SCALES ) )
23502350
{
2351-
QStringList scaleList = options[PdfFormatOption::PREDEFINED_MAP_SCALES].split( "," );
2351+
QStringList scaleList = options[PdfFormatOption::PREDEFINED_MAP_SCALES].split( ',' );
23522352
for ( const auto &it : scaleList )
23532353
{
23542354
bool ok = false;

0 commit comments

Comments
 (0)
Please sign in to comment.