We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b206196 commit d991f1dCopy full SHA for d991f1d
src/providers/wms/qgswmssourceselect.cpp
@@ -451,7 +451,7 @@ void QgsWMSSourceSelect::addClicked()
451
{
452
collectSelectedLayers( layers, styles );
453
crs = mCRS;
454
- format = mFormats[ mImageFormatGroup->checkedId()];
+ format = mFormats[ mImageFormatGroup->checkedId()].format;
455
456
if ( mTileWidth->text().toInt() > 0 && mTileHeight->text().toInt() > 0 )
457
0 commit comments