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
MSUI shows a traceback in case of not wanting to request an "unsupported" projection.
Traceback (most recent call last): File "/home/icg173/src/mss/mslib/msui/wms_control.py", line 553, in get_all_maps self.get_map([self.multilayers.get_current_layer()]) File "/home/icg173/src/mss/mslib/msui/wms_control.py", line 1616, in get_map args.extend(self.retrieve_image(layer, crs, bbox_tmp, None, width, height, transparent)) TypeError: 'NoneType' object is not iterable CRITICAL: MSS Version: 8.2.0 CRITICAL: Python Version: 3.10.11 | packaged by conda-forge | (main, May 10 2023, 18:58:44) [GCC 11.3.0] CRITICAL: Platform: Linux-6.1.0-10-amd64-x86_64-with-glibc2.36 (('64bit', 'ELF')) CRITICAL: Fatal error: Traceback (most recent call last): File "/home/icg173/src/mss/mslib/msui/wms_control.py", line 553, in get_all_maps self.get_map([self.multilayers.get_current_layer()]) File "/home/icg173/src/mss/mslib/msui/wms_control.py", line 1616, in get_map args.extend(self.retrieve_image(layer, crs, bbox_tmp, None, width, height, transparent)) TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Fix Exception in aborting image retrieval
1cba513
Fix #2006
Fix Exception in aborting image retrieval (#2008)
cce31ac
joernu76
Successfully merging a pull request may close this issue.
MSUI shows a traceback in case of not wanting to request an "unsupported" projection.
The text was updated successfully, but these errors were encountered: