Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some example service keys AND a warning for case-sensitivity
  • Loading branch information
rduivenvoorde committed Apr 29, 2020
1 parent 3a8d4d0 commit 5acc419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserver.cpp
Expand Up @@ -415,7 +415,7 @@ void QgsServer::handleRequest( QgsServerRequest &request, QgsServerResponse &res
else
{
throw QgsOgcServiceException( QStringLiteral( "Service configuration error" ),
QStringLiteral( "Service unknown or unsupported" ) );
QStringLiteral( "Service unknown or unsupported. Current supported services (case-sensitive): WMS WFS WCS WMTS SampleService, or use a WFS3 (OGC API Features) endpoint" ) );
}
}
}
Expand Down

0 comments on commit 5acc419

Please sign in to comment.