NathanW2 / selection-sets

QGIS plugin for saving sets of selections
GNU General Public License v2.0
1 stars 4 forks source link

Python error with QMS tile layers in the project #4

Open spaceof7 opened 7 years ago

spaceof7 commented 7 years ago

Im using osgeo4w64 QGIS 2.18.10. If I have a QuickMapServices layer loaded in the project, when I click on a selection set to activate it I get the following error:

2017-07-11T16:41:26 1   Traceback (most recent call last):
              File "C:/Users/wfc/.qgis2/python/plugins\selection-sets\__init__.py", line 167, in updateSelection
                layer.removeSelection()
            AttributeError: 'TileLayer' object has no attribute 'removeSelection'

removing the QMS layers allows selection-sets to work properly.