We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7d27d6b commit a4d806bCopy full SHA for a4d806b
src/server/services/wms/qgswmsparameters.cpp
@@ -2348,7 +2348,7 @@ namespace QgsWms
2348
const QMap<QgsWmsParameters::PdfFormatOption, QString> options = formatOptions<QgsWmsParameters::PdfFormatOption>();
2349
if ( options.contains( PdfFormatOption::PREDEFINED_MAP_SCALES ) )
2350
{
2351
- QStringList scaleList = options[PdfFormatOption::PREDEFINED_MAP_SCALES].split( "," );
+ QStringList scaleList = options[PdfFormatOption::PREDEFINED_MAP_SCALES].split( ',' );
2352
for ( const auto &it : scaleList )
2353
2354
bool ok = false;
0 commit comments