Skip to content
New issue

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. #2006

Closed
joernu76 opened this issue Sep 6, 2023 · 0 comments · Fixed by #2008
Closed
Assignees
Labels
bug Something isn't working minor msui
Milestone

Comments

@joernu76
Copy link
Member

joernu76 commented Sep 6, 2023

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
@joernu76 joernu76 added bug Something isn't working minor labels Sep 6, 2023
@joernu76 joernu76 added this to the 9.0.0 milestone Sep 6, 2023
@joernu76 joernu76 self-assigned this Sep 6, 2023
@ReimarBauer ReimarBauer modified the milestones: 9.0.0, 8.3.1 Sep 6, 2023
joernu76 added a commit that referenced this issue Sep 6, 2023
@joernu76 joernu76 linked a pull request Sep 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor msui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants