Skip to content
Permalink
Browse files
Show more verbose error message (ticket #7095)
  • Loading branch information
mhugent committed Feb 4, 2013
1 parent 0995c0f commit 2c980d2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -208,7 +208,7 @@ void QgsWFSCapabilities::capabilitiesReplyFinished()
if ( version != "1.0.0" && version != "1.0" )
{
mErrorCode = WFSVersionNotSupported;
mErrorMessage = tr( "The WFS server does not support WFS version 1.0" );
mErrorMessage = tr( "Either the WFS server does not support WFS version 1.0.0 or the WFS url is wrong" );
emit gotCapabilities();
return;
}

0 comments on commit 2c980d2

Please sign in to comment.