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 8d23d85 commit ad4e22cCopy full SHA for ad4e22c
src/server/services/wms/qgswmsparameters.cpp
@@ -504,6 +504,10 @@ namespace QgsWms
504
const QgsWmsParameter pAtlasPk( QgsWmsParameter::ATLAS_PK,
505
QVariant::StringList );
506
save( pAtlasPk );
507
+
508
+ const QgsWmsParameter pFormatOpts( QgsWmsParameter::FORMAT_OPTIONS,
509
+ QVariant::String );
510
+ save( pFormatOpts );
511
}
512
513
QgsWmsParameters::QgsWmsParameters( const QgsServerParameters ¶meters )
0 commit comments