mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Show more verbose error message (ticket #7095)
This commit is contained in:
parent
0995c0fa9f
commit
2c980d2596
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user