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 11e80b1 commit e25f60cCopy full SHA for e25f60c
src/server/services/wms/qgswmsparameters.cpp
@@ -310,7 +310,9 @@ namespace QgsWms
310
const QgsWmsParameter pSRS( QgsWmsParameter::SRS );
311
save( pSRS );
312
313
- const QgsWmsParameter pFormat( QgsWmsParameter::FORMAT );
+ const QgsWmsParameter pFormat( QgsWmsParameter::FORMAT,
314
+ QVariant::String,
315
+ QVariant( "png" ) );
316
save( pFormat );
317
318
const QgsWmsParameter pInfoFormat( QgsWmsParameter::INFO_FORMAT );
0 commit comments