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

Use Layer Extent... in processing algorithms doesn't work #29309

Closed
qgib opened this issue Mar 5, 2019 · 1 comment
Closed

Use Layer Extent... in processing algorithms doesn't work #29309

qgib opened this issue Mar 5, 2019 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore

Comments

@qgib
Copy link
Contributor

qgib commented Mar 5, 2019

Author Name: Oto Kalab (@kalab-oto)
Original Redmine Issue: 21492
Affected QGIS version: 3.4.5
Redmine category:processing/core


Extent option Use Layer Extent... in processing algorithms (i.e. Extract/clip by extent) doesn't work. Other two options (Use Canvas Extent, Select Extent on Canvas) works fine. This does not cause crash, just give python error and nothing happen.

Traceback (most recent call last):
              File "/usr/share/qgis/python/plugins/processing/gui/ExtentSelectionPanel.py", line 167, in useLayerExtent
              dlg = LayerSelectionDialog(self)
              File "/usr/share/qgis/python/plugins/processing/gui/ExtentSelectionPanel.py", line 72, in __init__
              QgsMapLayerProxyModel.HasGeometry | QgsMapLayerProxyModel.RasterLayer | QgsMapLayerProxyModel.MeshLayer)
             AttributeError: type object 'QgsMapLayerProxyModel' has no attribute 'MeshLayer'

@qgib
Copy link
Contributor Author

qgib commented Mar 6, 2019

Author Name: Nyall Dawson (@nyalldawson)


Fixed in 3.4.6


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Mar 6, 2019
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

No branches or pull requests

1 participant