Maaka2890 / BBox3

Bounding Box plugin for QGIS 3
0 stars 1 forks source link

AttributeError: 'NoneType' object has no attribute 'group' #1

Closed dm-korottsev closed 2 months ago

dm-korottsev commented 4 years ago

Traceback (most recent call last): File "C:/Users/d.korottsev/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\BoundingBox\BoundingBox_dialog.py", line 62, in CalculateBB url = urlresult.group(1) AttributeError: 'NoneType' object has no attribute 'group'

mstuyts commented 3 months ago

The problem only occurs when a bbox is requested and no WMS layer is selected.

I created a fork and a pull request ( #3 ) that solves this problem.

Maaka2890 commented 2 months ago

Thank you very much! Merged, closing