We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the WMS server returns an error, this error is raised:
{{{ 'NoneType' attribute has no element 'Name' }}}
Instead a proper exception being raised. The attached patch makes sure the exception is properly raised.
The text was updated successfully, but these errors were encountered:
Thanks for the patch. Applied in r1825.
Sorry, something went wrong.
update order of XML library setting (geopython#21)
d770c64
5dfbed0
Catch exceptions for WCS GetCapabilities (#21)
8038557
tomkralidis
No branches or pull requests
When the WMS server returns an error, this error is raised:
{{{
'NoneType' attribute has no element 'Name'
}}}
Instead a proper exception being raised. The attached patch makes sure the exception is properly raised.
The text was updated successfully, but these errors were encountered: