Skip to content

Commit

Permalink
Update wms parameters construction
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 9, 2021
1 parent b4f2b78 commit f12200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrequest.cpp
Expand Up @@ -52,6 +52,6 @@ namespace QgsWms

void QgsWmsRequest::init()
{
mWmsParams = QgsWmsParameters( QUrlQuery( url() ) );
mWmsParams = QgsWmsParameters( serverParameters() );
}
}

0 comments on commit f12200d

Please sign in to comment.