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 e6e4b86 commit dd2aaa5Copy full SHA for dd2aaa5
src/server/services/wms/qgswms.cpp
@@ -89,7 +89,7 @@ namespace QgsWms
89
const QString req = parameters.request();
90
if ( req.isEmpty() )
91
{
92
- throw QgsServiceException( QgsServiceException::OGC_OPERATION_NOT_SUPPORTED,
+ throw QgsServiceException( QStringLiteral( "OperationNotSupported" ),
93
QStringLiteral( "Please check the value of the REQUEST parameter" ), 501 );
94
}
95
@@ -152,7 +152,7 @@ namespace QgsWms
152
else
153
154
// Operation not supported
155
156
QString( "Request %1 is not supported" ).arg( req ), 501 );
157
158
0 commit comments