You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice plugin. Great idea. Thanks for your work. I found the following issue:
The plugin stops arranging layers when there are rasters or OpenLayers loaded. See below. Could this be fixed?
2016-04-21T14:00:18 1 Traceback (most recent call last):
File "C:/Users/Guest/.qgis2/python/plugins\Layer_arranger\layer_arranger.py", line 196, in run
if layer.geometryType() == QGis.Point:
AttributeError: 'QgsRasterLayer' object has no attribute 'geometryType'
2016-04-21T14:01:08 1 Traceback (most recent call last):
File "C:/Users/Guest/.qgis2/python/plugins\Layer_arranger\layer_arranger.py", line 196, in run
if layer.geometryType() == QGis.Point:
AttributeError: 'OpenlayersLayer' object has no attribute 'geometryType'
The text was updated successfully, but these errors were encountered:
Nice plugin. Great idea. Thanks for your work. I found the following issue:
The plugin stops arranging layers when there are rasters or OpenLayers loaded. See below. Could this be fixed?
2016-04-21T14:00:18 1 Traceback (most recent call last):
File "C:/Users/Guest/.qgis2/python/plugins\Layer_arranger\layer_arranger.py", line 196, in run
if layer.geometryType() == QGis.Point:
AttributeError: 'QgsRasterLayer' object has no attribute 'geometryType'
2016-04-21T14:01:08 1 Traceback (most recent call last):
File "C:/Users/Guest/.qgis2/python/plugins\Layer_arranger\layer_arranger.py", line 196, in run
if layer.geometryType() == QGis.Point:
AttributeError: 'OpenlayersLayer' object has no attribute 'geometryType'
The text was updated successfully, but these errors were encountered: