Skip to content

Commit

Permalink
Add FORMAT_OPTIONS parameter in map
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 25, 2019
1 parent 8d23d85 commit ad4e22c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/services/wms/qgswmsparameters.cpp
Expand Up @@ -504,6 +504,10 @@ namespace QgsWms
const QgsWmsParameter pAtlasPk( QgsWmsParameter::ATLAS_PK,
QVariant::StringList );
save( pAtlasPk );

const QgsWmsParameter pFormatOpts( QgsWmsParameter::FORMAT_OPTIONS,
QVariant::String );
save( pFormatOpts );
}

QgsWmsParameters::QgsWmsParameters( const QgsServerParameters &parameters )
Expand Down

0 comments on commit ad4e22c

Please sign in to comment.